mod_php_install.sh: some minor changes.

This commit is contained in:
Christoph 2022-02-04 02:32:39 +01:00
parent b2bfd94a3d
commit 90a9e9bdb5

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