diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-16 17:54:22 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-16 17:54:22 +0100 |
commit | b910376f682cbc12ba2eba1d6a998408fb241a8c (patch) | |
tree | ab33c21f98e6b8f057b326c81bb4ec18cc3cccc7 /php-fpm.conf | |
parent | 1d1880a5c85b73a7c7a2037bd73f79a1fc4312fd (diff) |
PHP 5.6: sync php-fpm configuration with upstream (comments + mising directives)
Diffstat (limited to 'php-fpm.conf')
-rw-r--r-- | php-fpm.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-fpm.conf b/php-fpm.conf index a919add..55dc684 100644 --- a/php-fpm.conf +++ b/php-fpm.conf @@ -110,5 +110,10 @@ daemonize = yes ; Pool Definitions ; ;;;;;;;;;;;;;;;;;;;; +; Multiple pools of child processes may be started with different listening +; ports and different management options. The name of the pool will be +; used in logs and stats. There is no limitation on the number of pools which +; FPM can handle. Your system will tell you anyway :) + ; See /etc/php-fpm.d/*.conf |