Fix “413 Request Entity Too Large”
Modify file nginx.conf:
Add this line to your nginx.conf file:
|
|
then run
|
|
Increase File Upload Size
Create file upload.ini in the same location as your docker-compose.yml file, and fill in:
|
|
then modify the docker-compose.yml file:
|
|
save and run:
|
|
finish.