Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows / Linux client : “server replied: server entity too large” #3

Closed
Tofdu31 opened this issue Oct 22, 2018 · 2 comments
Closed

Comments

@Tofdu31
Copy link

Tofdu31 commented Oct 22, 2018

Hi,

After fixing my php-fpm problem, I now have the error: server replied: server entity too large

Looking more ready and looking on the internet, it appears that you have to change the value client_max_body_size

Searching the docker-compose-letsencrypt-nginx-proxy-companion and docker-nextcloud-letsencrypt-nginx-proxy-companion folder is what I got in response:

./docker-compose-letsencrypt-nginx-proxy-companion/conf.d/uploadsize.conf
./docker-nextcloud-letsencrypt/data/cloud/core/doc/admin/installation/nginx.html

I change the value for both files: 10G

And I then restart the containers.

I change the value for both files: 10G

And I then restart the containers.
Despite the changes, I still have the error message: server replied: server entity too large

Une idée ? (An idea?) :)

@evertramos
Copy link
Owner

This message is due the nginx configuration which will be easy to fix it!

Please check your settings on the proxy as of here:

evertramos/nginx-proxy-automation#81

And set the size in Mb > "m" as well, which will be 10000m just to make sure.

https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion/blob/912a55e64648152e52a24a4039f45e5f4b4fc2e1/conf.d/uploadsize.conf#L7

Hope it helps!

@Tofdu31
Copy link
Author

Tofdu31 commented Oct 23, 2018

Thank you very much Ramos, actually with the links, it's easy to correct.

@Tofdu31 Tofdu31 closed this as completed Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants