mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Migrate to PHP-FPM for all Web images
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
IncludeOptional /etc/apache2/modules.conf
|
||||
|
||||
IncludeOptional mods-enabled/mime.conf
|
||||
IncludeOptional mods-enabled/negotiation.conf
|
||||
IncludeOptional mods-enabled/reqtimeout.conf
|
||||
IncludeOptional mods-enabled/setenvif.conf
|
||||
IncludeOptional /etc/apache2/mods-enabled/mime.conf
|
||||
IncludeOptional /etc/apache2/mods-enabled/negotiation.conf
|
||||
IncludeOptional /etc/apache2/mods-enabled/reqtimeout.conf
|
||||
IncludeOptional /etc/apache2/mods-enabled/setenvif.conf
|
||||
|
||||
IncludeOptional sites-enabled/*.conf
|
||||
IncludeOptional /etc/apache2/sites-enabled/*.conf
|
||||
|
@ -179,7 +179,7 @@ prepare_web_server() {
|
||||
export APACHE_SERVER_SIGNATURE="Off"
|
||||
fi
|
||||
|
||||
mkdir -p /tmp/httpd
|
||||
mkdir -p /tmp/apache2
|
||||
}
|
||||
|
||||
prepare_zbx_php_config() {
|
||||
|
Reference in New Issue
Block a user