Fix
This commit is contained in:
parent
017b39b778
commit
2135e81aec
|
@ -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 \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
DocumentRoot /var/www/
|
DocumentRoot /var/www
|
||||||
|
|
||||||
<Directory "/var/www/">
|
<Directory "/var/www/">
|
||||||
Options -Indexes +FollowSymLinks
|
Options -Indexes +FollowSymLinks
|
||||||
|
|
Loading…
Reference in New Issue
Block a user