i have nginx on centOS distro. Everything is configured to upload files fine for me..
- in etc/php.ini (dont know why on centos this file is in root of etc but its working) i have upload_max_filesize 60M, client_max_body_size 80M and post_max_size 80M.
Other files like nginx server configuration have these upload directives too.
But when I'm uploading a 1mb file nginx is erroring 413 Request Entity Too Large. My web app is showing that server have 60mb file limit like info.php file. I did a reboot, nginx reload, restart, php reload.
I have checked everything on stackoverflow and net to fix this but nothing helped.
Nginx logs: Nginx is showing that user is trying to upload bigger file than limit.
There is a pdf of my info.php file: http://docdro.id/YAylJcO