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

Skip to content

Commit fd93f77

Browse files
committed
Fix apache site filename
1 parent feb1841 commit fd93f77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

5.4/Dockerfile

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

5454
RUN ln -sf /dev/stderr /var/log/apache2/error.log
5555

56-
COPY default.conf /etc/apache2/sites-available/000-default.conf
56+
COPY default.conf /etc/apache2/sites-available/default
5757
COPY php.ini /etc/php5/apache2/conf.d/
5858
COPY php.ini /etc/php5/cli/conf.d/
5959
COPY run.sh run.sh

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/000-default.conf
63+
COPY default.conf /etc/apache2/sites-available/default
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)