Updated Ubuntu to 24.04

This commit is contained in:
Alexey Pustovalov
2024-04-24 02:18:27 +09:00
parent a92423e094
commit 50c3e38892
48 changed files with 96 additions and 125 deletions

View File

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