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