1

I'm using ISPConfig 3.

I have set:

  • post_max_size and upload_max_filesize = 10M in /etc/php5/fpm/php.ini
  • php_value post_max_size and upload_max_filesize 10M in .htaccess

Then restarted apache with /etc/init.d/apache2 restart

Still, those values are 2M in phpinfo()

johndoe33
  • 444
  • 6
  • 25

1 Answers1

1

php-fpm restart - you change php config, so restart php instead of apache

Dmytro
  • 572
  • 9
  • 29