File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN echo Europe/Brussels > /etc/timezone && dpkg-reconfigure --frontend noninter
53
53
54
54
RUN ln -sf /dev/stderr /var/log/apache2/error.log
55
55
56
- COPY default.conf /etc/apache2/sites-available/000- default.conf
56
+ COPY default.conf /etc/apache2/sites-available/default
57
57
COPY php.ini /etc/php5/apache2/conf.d/
58
58
COPY php.ini /etc/php5/cli/conf.d/
59
59
COPY run.sh run.sh
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN echo Europe/Brussels > /etc/timezone && dpkg-reconfigure --frontend noninter
60
60
61
61
RUN ln -sf /dev/stderr /var/log/apache2/error.log
62
62
63
- COPY default.conf /etc/apache2/sites-available/000- default.conf
63
+ COPY default.conf /etc/apache2/sites-available/default
64
64
COPY php.ini /etc/php5/apache2/conf.d/
65
65
COPY php.ini /etc/php5/cli/conf.d/
66
66
COPY run.sh run.sh
You can’t perform that action at this time.
0 commit comments