Migrate to PHP-FPM for all Web images

This commit is contained in:
Alexey Pustovalov
2025-01-14 14:48:23 +09:00
parent a1a152f1a4
commit 507285eb95
42 changed files with 360 additions and 550 deletions

View File

@ -21,6 +21,9 @@ fi
# Default user settings
: ${DAEMON_USER:="apache"}
: ${DAEMON_GROUP:="apache"}
# DefaultRuntimeDir configuration option value
export APACHE_RUN_DIR="/tmp/apache2"
# Default directories
# Apache main configuration file
@ -179,7 +182,7 @@ prepare_web_server() {
export APACHE_SERVER_SIGNATURE="Off"
fi
mkdir -p /tmp/apache2
mkdir -p "${APACHE_RUN_DIR}"
}
prepare_zbx_php_config() {