index.html törlése

This commit is contained in:
Wiesner András 2021-01-20 20:57:11 +01:00
parent 37a89fe2d0
commit c18bcabc82

View File

@ -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