Got the following error while uploading a WordPress theme.
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.
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