Skip to content

Commit 09c5268

Browse files
committed
/ should go to hostingstart.html
1 parent 44bb079 commit 09c5268

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

5.6.36-apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ COPY hostingstart.html /home/site/wwwroot/hostingstart.html
88
RUN a2enmod rewrite expires include deflate
99

1010
# install the PHP extensions we need
11-
RUN apt update \
12-
&& apt install -y --no-install-recommends \
13-
libpng12-dev \
11+
RUN apt-get update \
12+
&& apt-get install -y --no-install-recommends \
13+
libpng-dev \
1414
libjpeg-dev \
1515
libpq-dev \
1616
libmcrypt-dev \

5.6.36-apache/apache2.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ LogLevel warn
1515
IncludeOptional mods-enabled/*.load
1616
IncludeOptional mods-enabled/*.conf
1717

18+
IncludeOptional conf-enabled/*.conf
19+
IncludeOptional sites-enabled/*.conf
20+
1821
# ports.conf
1922
Listen {PORT}
2023

@@ -54,8 +57,5 @@ CustomLog /dev/stdout combined
5457
DirectoryIndex disabled
5558
DirectoryIndex default.htm default.html index.htm index.html index.php hostingstart.html
5659

57-
IncludeOptional conf-enabled/*.conf
58-
IncludeOptional sites-enabled/*.conf
59-
6060
ServerTokens Prod
6161
ServerSignature Off

7.0.30-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN a2enmod rewrite expires include deflate
1010
# install the PHP extensions we need
1111
RUN apt-get update \
1212
&& apt-get install -y --no-install-recommends \
13-
libpng12-dev \
13+
libpng-dev \
1414
libjpeg-dev \
1515
libpq-dev \
1616
libmcrypt-dev \

7.0.30-apache/apache2.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ LogLevel warn
1515
IncludeOptional mods-enabled/*.load
1616
IncludeOptional mods-enabled/*.conf
1717

18+
IncludeOptional conf-enabled/*.conf
19+
IncludeOptional sites-enabled/*.conf
20+
1821
# ports.conf
1922
Listen {PORT}
2023

@@ -54,9 +57,6 @@ CustomLog /dev/stdout combined
5457
DirectoryIndex disabled
5558
DirectoryIndex default.htm default.html index.htm index.html index.php hostingstart.html
5659

57-
IncludeOptional conf-enabled/*.conf
58-
IncludeOptional sites-enabled/*.conf
59-
6060
ServerTokens Prod
6161
ServerSignature Off
6262

0 commit comments

Comments
 (0)