From 90a9e9bdb53caa5184a3f017f9187c806e5809bc Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 4 Feb 2022 02:32:39 +0100 Subject: [PATCH] mod_php_install.sh: some minor changes. --- mod_php_install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod_php_install.sh b/mod_php_install.sh index 5a2cf68..2994506 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -830,9 +830,9 @@ if $WITH_PHP_FPM_SUPPORT ; then echo -e "Some FPM Pool Definitions for php-fpm.conf or included files.." echo "" echo "Possible values:" - echo " pm.start_servers 9 15" - echo " pm.min_spare_servers 6 6" - echo " pm.max_spare_servers 12 24" + echo " pm.start_servers 6 9 15" + echo " pm.min_spare_servers 4 6 6" + echo " pm.max_spare_servers 8 12 24" echo "" FPM_POOL_START_SERVER=""