Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d18033a

Browse files
committed
Fix apache config for jessie
1 parent fd93f77 commit d18033a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN echo Europe/Brussels > /etc/timezone && dpkg-reconfigure --frontend noninter
6060

6161
RUN ln -sf /dev/stderr /var/log/apache2/error.log
6262

63-
COPY default.conf /etc/apache2/sites-available/default
63+
COPY default.conf /etc/apache2/sites-available/000-default.conf
6464
COPY php.ini /etc/php5/apache2/conf.d/
6565
COPY php.ini /etc/php5/cli/conf.d/
6666
COPY run.sh run.sh

0 commit comments

Comments
 (0)