From afdad5fb017d9d1dd58c93296f25654e904c66b6 Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Wed, 8 Sep 2021 10:38:42 +0200 Subject: [PATCH] Update Apache setup If you don't disable the default apache site, you get the default Ubuntu Apache site. This may confuse users. --- docs/installation/5-http-server.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation/5-http-server.md b/docs/installation/5-http-server.md index 907964554..c2e8d9bc8 100644 --- a/docs/installation/5-http-server.md +++ b/docs/installation/5-http-server.md @@ -66,6 +66,7 @@ Finally, ensure that the required Apache modules are enabled, enable the `netbox ```no-highlight sudo a2enmod ssl proxy proxy_http headers +sudo a2dissite 000-default.conf sudo a2ensite netbox sudo systemctl restart apache2 ```