Problem
By default, the maximum size of a file in a form uploader is 500Mb.
If you try to upload a bigger file the system raise an error:
Solution
Edit the file ngnix.conf.
With classic RedHat setup:
http
https
With Docker compose setup:
http
https
Warning
On a Docker installation, you must mount the file on the container from compose-local.yml.
http
https
Inside nginx.conf
Change the value of
to (as example)
Restart the app
With classic RedHat setup:
with Docker compose setup:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article