mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Migrate to PHP-FPM for all Web images
This commit is contained in:
@ -86,6 +86,7 @@ RUN set -eux && \
|
||||
rm -f "/etc/apache2/conf.d/info.conf" && \
|
||||
rm -f "/etc/apache2/conf.d/mpm.conf" && \
|
||||
rm -f "/etc/apache2/conf.d/proxy.conf" && \
|
||||
rm -f "/etc/apache2/conf.d/languages.conf" && \
|
||||
rm -f "/etc/apache2/conf.d/userdir.conf" && \
|
||||
mkdir -p /var/lib/php/session && \
|
||||
rm -rf /etc/php83/php-fpm.d/www.conf && \
|
||||
|
@ -1,4 +1,4 @@
|
||||
ServerRoot /etc/apache2/
|
||||
ServerRoot /var/www/
|
||||
DefaultRuntimeDir ${APACHE_RUN_DIR}
|
||||
PidFile /tmp/apache2.pid
|
||||
|
||||
|
Reference in New Issue
Block a user