mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-01 21:36:25 -06:00
Update Apache setup
If you don't disable the default apache site, you get the default Ubuntu Apache site. This may confuse users.
This commit is contained in:
parent
593874b45f
commit
afdad5fb01
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user