Updated PHP for Alpine and Oracle Linux

This commit is contained in:
Alexey Pustovalov
2022-05-31 22:29:54 +03:00
parent 5f35f580e1
commit f2d61c731a
21 changed files with 93 additions and 93 deletions

View File

@ -143,7 +143,7 @@ prepare_web_server() {
prepare_zbx_web_config() {
echo "** Preparing Zabbix frontend configuration file"
PHP_CONFIG_FILE="/etc/php8/php-fpm.d/zabbix.conf"
PHP_CONFIG_FILE="/etc/php81/php-fpm.d/zabbix.conf"
export PHP_FPM_PM=${PHP_FPM_PM:-"dynamic"}
export PHP_FPM_PM_MAX_CHILDREN=${PHP_FPM_PM_MAX_CHILDREN:-"50"}