This commit is contained in:
cghislai 2021-02-15 03:42:07 +01:00
parent 017b39b778
commit 2135e81aec
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM docker.charlyghislain.com/front-apache:2.4.39-a
ARG CLANG=en ARG CLANG=en
ADD docker/httpd.conf /var/run/httpd/charlyghislaindotcom.conf ADD docker/httpd.conf /var/run/httpd/charlyghislaindotcom.conf
ADD dist/${CLANG}/ /var/www/html/ ADD dist/${CLANG} /var/www/
ENV LANG=$CLANG ENV LANG=$CLANG
HEALTHCHECK --interval=10s --timeout=3s \ HEALTHCHECK --interval=10s --timeout=3s \

View File

@ -1,4 +1,4 @@
DocumentRoot /var/www/ DocumentRoot /var/www
<Directory "/var/www/"> <Directory "/var/www/">
Options -Indexes +FollowSymLinks Options -Indexes +FollowSymLinks