NginxProxyManager / NginxProxyManager/nginx-proxy-manager
413 Request Entity Too Large
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Checklist
-
Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker 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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the 413 with the jc21/nginx-proxy-manager:latest Docker image and a larger upload through a proxy host. Compare the advanced config containing client_max_body_size 100m with the generated Nginx configuration and verify that the setting is applied; done means the configured limit allows the upload without a 413.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, nginx
- Domain
- infrastructure, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100