From 92aafb90437d44a7cbfc16ccd9c4d0c67f074f82 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 17 May 2017 17:23:08 -0400 Subject: [PATCH] Added WSGIPassAuthorization to example Apache config --- docs/installation/web-server.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation/web-server.md b/docs/installation/web-server.md index 44e7ee533..7cbfad2e4 100644 --- a/docs/installation/web-server.md +++ b/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 + # Needed to allow token-based API authentication + WSGIPassAuthorization on + Options Indexes FollowSymLinks MultiViews AllowOverride None