From b910376f682cbc12ba2eba1d6a998408fb241a8c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 16 Nov 2014 17:54:22 +0100 Subject: PHP 5.6: sync php-fpm configuration with upstream (comments + mising directives) --- php-fpm.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'php-fpm.conf') 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 -- cgit