diff options
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 |