nginx keeps saying client intended to send too large body
. Googling and RTM pointed me to client_max_body_size
. I set it to 200m
in th
I'm setting up a dev server to play with that mirrors our outdated live one, I used The Perfect Server - Ubuntu 14.04 (nginx, BIND, MySQL, PHP, Postfix, Dovecot and ISPConfig 3)
After experiencing the same issue, I came across this post and nothing was working. I changed the value in every recommended file (nginx.conf, ispconfig.vhost, /sites-available/default, etc.)
Finally, changing client_max_body_size
in my /etc/nginx/sites-available/apps.vhost
and restarting nginx is what did the trick. Hopefully it helps someone else.