Page 1 of 1

upload_max_filesize change- phpcgi Web Template

Posted: Fri Jun 17, 2016 5:57 pm
by mhoffman13
Hello,
We are running vesta cp version Version:0.9.8 on Debian 7.10.
I wanted to change the upload_max_filesize for a host that is running
Web Template: phpcgi
I've changed the values in the php.ini file here:
/etc/php5/apache2/php.ini
upload_max_filesize 64M

But I still have a 2M limit.
I've also added this line:
client_max_body_size 200m;

to/usr/local/vesta/data/templates/web/nginx/default.tpl

Is there another configuration file I need to modify in this or another directory to raise the limit?
/usr/local/vesta/data/templates/web/apache2


Thank you in advance for your help.
-mh

Re: upload_max_filesize change- phpcgi Web Template

Posted: Fri Jun 17, 2016 9:50 pm
by misterpat
Have you restarted the webserver(Apache or Nginx)?