Updated PHP version to 8.3 (Alpine)

This commit is contained in:
Alexey Pustovalov
2024-03-24 18:44:22 +09:00
parent a3241c4983
commit 80e14b546a
14 changed files with 86 additions and 86 deletions

View File

@ -150,7 +150,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"}