From 9b8c56114268dfa113bdecd88d82ae4994b32856 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 28 Jun 2016 11:57:44 -0400 Subject: [PATCH] Corrected static path in Apache config --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 744e8bf2c..6e9944cd3 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -270,9 +270,9 @@ If you're feeling adventurous, or you already have Apache installed and can't ru ProxyPreserveHost On - ServerName netbox.totallycool.tld + ServerName netbox.example.com - Alias /static/ /opt/netbox/static/static + Alias /static/ /opt/netbox/netbox/static Options Indexes FollowSymLinks MultiViews