
Nginx: 413 Request Entity Too Large Error and Solution
My application is running nginx as a frond end to php based Apache server. My applicatio lets user upload images upto 2MB in size. When users trying to upload 1.5MB+ size image file using nginx reverse proxy, they are getting the following error on screen:
Nginx 413 Request Entity Too Large
You need to configure both nginx and php to allow upload size.
Nginx...