Is it possible to add custom global php-fpm directives when running ISPConfig 3 (Debian/NginX)? I know it's possible to add 4 parameters allready. Code: PHP-FPM pm.max_children PHP-FPM pm.start_servers PHP-FPM pm.min_spare_servers PHP-FPM pm.max_spare_servers But I would like to add more, for example: Code: pm.max_requests = 500 request_terminate_timeout = 30 Or it might be possible to do it in another way, entirely?
Great, thanks. How would I go about doing this? Do I just copy the php_fpm_pool.conf.master from the conf directory and add my changes or what? P.S. Having something like this in the ISPConfig manual, would be awesome!