upload_max_filesize change- phpcgi Web Template
-
- Posts: 5
- Joined: Thu Jan 28, 2016 10:51 pm
upload_max_filesize change- phpcgi Web Template
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
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
Have you restarted the webserver(Apache or Nginx)?