-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
Description
Checklist
-
Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image? Yes -
Are you sure you're not using someone else's docker image? Yes
-
If having problems with Lets Encrypt, have you made absolutely sure your site is accessible from outside of your network? Yes, but not related
Describe the bug
File uploads trigger 413 Request Entity Too Large
Setting the advanced config client_max_body_size 100m;
takes no effect and the problem persists
To Reproduce
Steps to reproduce the behavior:
- Upload a larger file on a website going thru the proxy, 413
- Set an appropriate
client_max_body_size
- try to upload again
- See a 413
Expected behavior
client_max_body_size
would take effect and allow the upload as it does with regular nginx
Screenshots
If applicable, add screenshots to help explain your problem.
Ey3scr34m, centralhardware, ichbinder, binerf, jeffryjdelarosa and 3 more