Steps followed:
- In app.yml I have set:
params:
upload_size: 1000m
- I did docker exec to enter the discourse docker and confirmed that /etc/nginx/conf.d/discourse.conf has:
client_max_body_size 1000m ;
- I am trying to upload a file of size 165 MB. I get the following error message:
-
This error comes after the browser finishes uploading 100% of the file as show below the post textarea.
-
I am on the discourse commit id from yesterday.