mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-16 03:27:47 +02:00
Migrate to PHP-FPM for all Web images
This commit is contained in:
@ -87,6 +87,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 && \
|
||||
|
Reference in New Issue
Block a user