Nginx Error – 413 Request Entity Too Large

Got the following error while uploading a WordPress theme.

413

Had to edit /etc/nginx/nginx.conf and add the following line inside http {

client_max_body_size 20M;

then restart nginx

service nginx restart

 

 

Got the following error while uploading a WordPress theme.

413

Had to edit /etc/nginx/nginx.conf and add the following line inside http {

client_max_body_size 20M;

then restart nginx

service nginx restart

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.