mod_php_install.sh: some minor changes.

This commit is contained in:
Christoph 2022-02-04 02:38:52 +01:00
parent 90a9e9bdb5
commit 24962478bf

View File

@ -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=""