mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 18:38:38 -06:00
added apache virtualhost instructions
This commit is contained in:
parent
0e97eaa398
commit
a33d5d1bc6
@ -291,7 +291,7 @@ If you're feeling adventurous, or you already have Apache installed and can't ru
|
||||
</VirtualHost>
|
||||
```
|
||||
|
||||
Save the contents of the above example in /etc/apache2/sites-available/netbox.conf, add in the newly saved configuration and reload Apache:
|
||||
Save the contents of the above example in `/etc/apache2/sites-available/netbox.conf`, add in the newly saved configuration and reload Apache:
|
||||
|
||||
```
|
||||
# a2ensite netbox; service apache2 restart
|
||||
|
Loading…
Reference in New Issue
Block a user