Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: juanyves on May 10, 2021, 05:21:49 PM

Title: php.ini per folder or user
Post by: juanyves on May 10, 2021, 05:21:49 PM
I have centos 7 and php-fpm 8.0
I created a file /home/USERNAME/php.ini with a new value for upload_max_filesize
But the value I get with phpInfo stay the same after reload php-fpm and restarted Apache
New php.ini is:
[PHP]
upload_max_filesize = 20M

Is php-fpm doesn't allow php.ini per folder?

Thanks