Closed
Description
Error description:
in some php forums like SMF, some requests like uploading files I get 413 Request Entity Too Large
Steps to reproduce
Use large urls
In conf.d/uploadsize.conf I change the value of client_max_body_size 100m; to client_max_body_size 100M; or even to 0; to disable it and I keep getting the same error?
Could the error came from the nginx behind the proxy and the proxy just relays it? changing the value dissent differs anything.
I get the error from the proxy since is the one running nginx 1.15.2, the nginx serving the files is on 1.14 and error page show 1.15.2
Is the client_max_body_size being loaded?
Metadata
Metadata
Assignees
Labels
No labels