Updated PHP to 8.3 on Alpine

This commit is contained in:
Alexey Pustovalov
2024-01-19 13:37:11 +09:00
parent bb5de25caa
commit fbb0f0fad9
10 changed files with 48 additions and 48 deletions

View File

@ -161,7 +161,7 @@ prepare_web_server() {
prepare_zbx_web_config() {
echo "** Preparing Zabbix frontend configuration file"
PHP_CONFIG_FILE="/etc/php81/php-fpm.d/zabbix.conf"
PHP_CONFIG_FILE="/etc/php83/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"}