Remove /etc/apache2/sites-enabled/000-default in cloud-early-config

This commit is contained in:
Wido den Hollander 2016-06-02 16:07:52 +02:00
parent 91a8faac31
commit 67eb6caa37
No known key found for this signature in database
GPG Key ID: 019B582DDB3ECA42
1 changed files with 1 additions and 0 deletions

View File

@ -822,6 +822,7 @@ clean_ipalias_config() {
# New
rm -f /etc/apache2/sites-enabled/vhost-*.conf
rm -f /etc/apache2/sites-enabled/000-default
rm -rf /etc/failure_config
}