I'm tryning to setup a single php.ini for single cutomer
i need to update this parameters due to old joomla setup:
error_reporting = E_ALL & ~(E_NOTICE | E_WARNING | E_STRICT | E_DEPRECATED)
var $error_reporting = '22517';
I checked and I find a domain.xx.conf in /etc/php5/fpm/pool.d
I edit the file but I have 500 error. I reaload service php5-fpm reload)
There is way to add a php.ini simple file ? If yes, where ? because I'm going crazy (many search but no results)
Thx
1.2.9 debian