mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-03 14:18:16 -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
|
```no-highlight
|
||||||
sudo a2enmod ssl proxy proxy_http headers
|
sudo a2enmod ssl proxy proxy_http headers
|
||||||
|
sudo a2dissite 000-default.conf
|
||||||
sudo a2ensite netbox
|
sudo a2ensite netbox
|
||||||
sudo systemctl restart apache2
|
sudo systemctl restart apache2
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user