From a33d5d1bc6cafca6bb0438a8fca6e420919018fe Mon Sep 17 00:00:00 2001 From: Alex Conrey Date: Mon, 27 Jun 2016 17:41:04 -0500 Subject: [PATCH] added apache virtualhost instructions --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index d81f0ac94..0dec52451 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -291,7 +291,7 @@ If you're feeling adventurous, or you already have Apache installed and can't ru ``` -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