I am trying to upload 30MB file on my server and its not working.
When I upload 30MB file, the page loads \"Page Not Found\"
Please enter domain nginx file :
nano /etc/nginx/sites-available/domain.set
Add to file this code
client_max_body_size 24000M;
If you get error use this command
nginx -t