From c18bcabc82eae1924dfa6c83a7a7ac224c2f364a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiesner=20Andr=C3=A1s?= Date: Wed, 20 Jan 2021 20:57:11 +0100 Subject: [PATCH] =?UTF-8?q?index.html=20t=C3=B6rl=C3=A9se?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 85ae075..a2d0a47 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,6 +16,9 @@ chown -R www-data:www-data ARTWORKS # substitute server name sed -i "s|ServerName|ServerName ${PHW_SERVER_NAME}|g" /etc/apache2/sites-available/000-default.conf +# remove index.html +rm /var/www/html/index.html + # start webserver /usr/sbin/apache2ctl -D FOREGROUND