Explorar o código

Added WSGIPassAuthorization to example Apache config

Jeremy Stretch %!s(int64=8) %!d(string=hai) anos
pai
achega
92aafb9043
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      docs/installation/web-server.md

+ 3 - 0
docs/installation/web-server.md

@@ -73,6 +73,9 @@ Once Apache is installed, proceed with the following configuration (Be sure to m
 
 
     Alias /static /opt/netbox/netbox/static
     Alias /static /opt/netbox/netbox/static
 
 
+    # Needed to allow token-based API authentication
+    WSGIPassAuthorization on
+
     <Directory /opt/netbox/netbox/static>
     <Directory /opt/netbox/netbox/static>
         Options Indexes FollowSymLinks MultiViews
         Options Indexes FollowSymLinks MultiViews
         AllowOverride None
         AllowOverride None