added apache virtualhost instructions

This commit is contained in:
Alex Conrey 2016-06-27 17:41:04 -05:00
parent 0e97eaa398
commit a33d5d1bc6

View File

@ -291,7 +291,7 @@ If you're feeling adventurous, or you already have Apache installed and can't ru
</VirtualHost> </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 # a2ensite netbox; service apache2 restart