In my /etc/php-fpm.d/www.someweb.com.conf, I have the following configuration:
php_admin_value[upload_tmp_dir] = /home/www.someweb.com/tmp
Is there a way to change these value in my local .user.ini?
Kind of:
upload_tmp_dir = "/home/www.someweb.com/tmp"