Sentora Support Forums

Full Version: [Ubuntu] Change upload_max_filesize in php.ini
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It is multi easy to change

Quote:sudo nano /etc/php/apache2/php.ini


Find


Code:
upload_max_filesize = XXM
Change XX to a value you like Smile
Code:
post_max_size = XXM

Change to the same

now save and exit

and run
Quote:sudo service apache2 restart

Now you upload size has been change 
Notice this setting can be changed using .htaccess too as in roundcube which could get you crazy trying to fix it while it's hiding there.

M B
Nice, very simple. Smile
on ubuntu /etc/php5/apache2 Wink