diff --git a/mod_php_install.sh b/mod_php_install.sh index 2994506..b40322d 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 6 9 15" - echo " pm.min_spare_servers 4 6 6" - echo " pm.max_spare_servers 8 12 24" + echo " pm.start_servers 3 6 9 15" + echo " pm.min_spare_servers 2 4 6 6" + echo " pm.max_spare_servers 4 8 12 24" echo "" FPM_POOL_START_SERVER=""