Question
I cant upload files bigger than 2mb in my wordpress under nginx
I modified the php.ini on sudo nano /etc/php5/cgi/php.ini and I even modified the nginx.conf to 96mb trying to allow me to upload files biggers than 2mb, but the server is still giving me this error
The uploaded file exceeds the uploadmaxfilesize directive in php.ini.
Someone can help me? My server is under LEMP
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
what line did you modify in your php.ini file?
try modifying these two lines (be sure to use M rather than MB):
I already changed those values using M…maybe there is more than one php.ini file?
have you restarted php-fpm?
Ubuntu/CentOS < 7:
CentOS 7:
There may be more than one php.ini depending on what packages you have installed. The one used by nginx will be located at
/etc/php5/fpm/php.ini