From 490ca5a2017181f64af950b5ebc08f5af2eae175 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 21 Aug 2019 04:11:48 +0200 Subject: Fix enabling configurations in the new location --- 2.4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.4/Dockerfile b/2.4/Dockerfile index 9074b19..23cea7e 100644 --- a/2.4/Dockerfile +++ b/2.4/Dockerfile @@ -52,7 +52,7 @@ RUN set -ex; \ mkdir -p "/tmp/conf/sites-enabled"; \ ln -s ../sites-available/default.conf "/tmp/conf/sites-enabled"; \ for i in $modules; do \ - if [ -f /etc/apache2/conf-available/${i}.conf ]; then \ + if [ -f /tmp/conf/conf-available/${i}.conf ]; then \ ln -s ../conf-available/${i}.conf "/tmp/conf/conf-enabled"; \ fi; \ done; \ -- cgit v1.2.1