SyntaxFix
Write A Post
Hire A Developer
Questions
You can increase body size in nginx configuration file as
sudo nano /etc/nginx/nginx.conf client_max_body_size 100M;
sudo nano /etc/nginx/nginx.conf
client_max_body_size 100M;
Restart nginx to apply the changes.
sudo service nginx restart