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
upload_max_filesize = 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?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
If not already specify client_max_body_size 10m; in /etc/nginx/nginx.conf
Also it doesn’t seem as though you’ve restarted PHP itself, you can do that with sudo service php-fpm restart
Hope this helps.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.