From 6c4ba09d438679f1221798d54067c2fd51202e09 Mon Sep 17 00:00:00 2001 From: cghislai Date: Mon, 15 Feb 2021 04:03:33 +0100 Subject: [PATCH] Fix --- Dockerfile | 2 +- docker/httpd.conf | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a279478..f0bdfbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker.charlyghislain.com/front-apache:2.4.39-a ARG CLANG=en -COPY dist/${CLANG} /var/www/${CLANG} +COPY dist/${CLANG} /var/www/html/${CLANG} COPY docker/httpd.conf /var/run/httpd.conf.tmp RUN apk add gettext \ && mkdir /var/run/httpd \ diff --git a/docker/httpd.conf b/docker/httpd.conf index 1c5d597..bd8cd08 100644 --- a/docker/httpd.conf +++ b/docker/httpd.conf @@ -1,6 +1,5 @@ -DocumentRoot /var/www - + Options -Indexes +FollowSymLinks AllowOverride All Require all granted