mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-10 00:47:51 +02:00
Migrate to PHP-FPM for all Web images
This commit is contained in:
@ -22,6 +22,9 @@ fi
|
||||
: ${DAEMON_USER:="apache"}
|
||||
: ${DAEMON_GROUP:="apache"}
|
||||
|
||||
# DefaultRuntimeDir configuration option value
|
||||
export APACHE_RUN_DIR="/tmp/httpd"
|
||||
|
||||
# Default directories
|
||||
# Apache main configuration file
|
||||
HTTPD_CONF_FILE="/etc/httpd/conf/httpd.conf"
|
||||
@ -201,7 +204,7 @@ prepare_web_server() {
|
||||
export APACHE_SERVER_SIGNATURE="Off"
|
||||
fi
|
||||
|
||||
mkdir -p /tmp/httpd
|
||||
mkdir -p "${APACHE_RUN_DIR}"
|
||||
}
|
||||
|
||||
prepare_zbx_php_config() {
|
||||
|
Reference in New Issue
Block a user