mod_php_install.sh: some minor changes.
This commit is contained in:
parent
90a9e9bdb5
commit
24962478bf
@ -830,9 +830,9 @@ if $WITH_PHP_FPM_SUPPORT ; then
|
|||||||
echo -e "Some FPM Pool Definitions for php-fpm.conf or included files.."
|
echo -e "Some FPM Pool Definitions for php-fpm.conf or included files.."
|
||||||
echo ""
|
echo ""
|
||||||
echo "Possible values:"
|
echo "Possible values:"
|
||||||
echo " pm.start_servers 6 9 15"
|
echo " pm.start_servers 3 6 9 15"
|
||||||
echo " pm.min_spare_servers 4 6 6"
|
echo " pm.min_spare_servers 2 4 6 6"
|
||||||
echo " pm.max_spare_servers 8 12 24"
|
echo " pm.max_spare_servers 4 8 12 24"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
FPM_POOL_START_SERVER=""
|
FPM_POOL_START_SERVER=""
|
||||||
|
Loading…
Reference in New Issue
Block a user