summaryrefslogtreecommitdiffstats
path: root/2.4/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '2.4/Dockerfile')
-rw-r--r--2.4/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.4/Dockerfile b/2.4/Dockerfile
index fdac7d8..1c536ae 100644
--- a/2.4/Dockerfile
+++ b/2.4/Dockerfile
@@ -58,7 +58,7 @@ RUN set -ex; \
mkdir -p "conf/conf-enabled"; \
mkdir -p "conf/sites-enabled"; \
for i in $modules; do \
- if [ -f ../conf-available/${i}.conf ]; then \
+ if [ -f conf/conf-available/${i}.conf ]; then \
have_conf=1; \
ln -s ../conf-available/${i}.conf "conf/conf-enabled"; \
fi; \