If you’re using Laravel, don’t forget to check `php.ini` AND the `.htaccess` file. Both can trigger http 413.
For nginx, sometimes the error log gives clues. Run `tail -f /var/log/nginx/error.log` while testing.
Also, Cloudinary or Filestack are solid for offloading big uploads.
For nginx, sometimes the error log gives clues. Run `tail -f /var/log/nginx/error.log` while testing.
Also, Cloudinary or Filestack are solid for offloading big uploads.
