Changing Upload limit from 100mb

Hi,

Ive got Worpdress and Nginx installed using Easy Engine by using

sudo ee site create example.com --wpfc

I need to change the Max upload to 300mb.

I tried this in the PHP file by running php -I to locate the php file and also changing the nginx.conf in /etc/nginx but its still sticking at 100mb.

There is no config file in my test.com folder for the website.

Anyone have any idea ?

Thank you.

Kevin

the limit is set in /etc/php/5.6/fpm/php.ini or /etc/php/7.0/fpm/php.ini

Missed that one,

Works perfect now thank you…