Fix
This commit is contained in:
parent
7ebaefe3bd
commit
6c4ba09d43
|
@ -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 \
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
DocumentRoot /var/www
|
||||
|
||||
<Directory "/var/www/">
|
||||
<Directory "/var/www/html">
|
||||
Options -Indexes +FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
|
|
Loading…
Reference in New Issue
Block a user