Author Topic: php.ini per folder or user  (Read 2102 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
php.ini per folder or user
« 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