mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Fixed Nginx configuration on Alpine 3.14
This commit is contained in:
@ -47,7 +47,7 @@ RUN set -eux && \
|
||||
php7-openssl \
|
||||
supervisor && \
|
||||
rm -rf /etc/php7/php-fpm.d/www.conf && \
|
||||
rm -f /etc/nginx/conf.d/*.conf && \
|
||||
rm -f /etc/nginx/http.d/*.conf && \
|
||||
ln -sf /dev/fd/2 /var/lib/nginx/logs/error.log && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
|
Reference in New Issue
Block a user