Question
Ubuntu server, nGinx, Wordpress maximum upload file size
Hello,
My maximum upload file size on Ubuntu Server, nGinx, Wordpress is 2Mb.
I changed
/etc/php5/fpm/php.ini
/etc/php5/cli/php.ini
uploadmaxfilesize = 10M
After that I restarted nginx with
sudo service nginx restart
Nothing changed, my maximum upload file size in Wordpress is still 2mb. I’ve literally looked everywhere and I cannot figure out why this is.
Help?
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.
×