2016-08-03 13:42 GMT-04:00 Boris Epstein <borepstein at gmail.com>: > Does anybody know where to enter settings for php-fpm? I have tried a > number of things, including starting it with "-c /etc/php.ini" but that > seemed to have any effect. Any idea on how to control it? What am I doing > wrong? :) > In my servers (for shared hosting) there's /etc/php-fpm.conf and the /etc/php-fpm.d/ directory. I make minor modifications to the first file, while put the bulk of settings in .conf files under the second directory. HTH, Carlos.