Jelajahi Sumber

Corrected static path in Apache config

Jeremy Stretch 9 tahun lalu
induk
melakukan
cce6c89810
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      docs/getting-started.md

+ 2 - 2
docs/getting-started.md

@@ -270,9 +270,9 @@ If you're feeling adventurous, or you already have Apache installed and can't ru
 <VirtualHost *:80>
 <VirtualHost *:80>
     ProxyPreserveHost On
     ProxyPreserveHost On
     
     
-    ServerName netbox.totallycool.tld
+    ServerName netbox.example.com
 
 
-    Alias /static/ /opt/netbox/static/static
+    Alias /static/ /opt/netbox/netbox/static
 
 
     <Directory /opt/netbox/netbox/static>
     <Directory /opt/netbox/netbox/static>
         Options Indexes FollowSymLinks MultiViews
         Options Indexes FollowSymLinks MultiViews