Tell mod_wsgi to allow the authorization header for MBS.

This commit is contained in:
Ralph Bean 2017-03-01 21:34:23 +00:00
parent 40c82912be
commit 2ac6027221

View file

@ -4,6 +4,9 @@ WSGIRestrictStdout On
WSGIRestrictSignal Off
WSGIPythonOptimize 1
# For our Authorization bearer token header
WSGIPassAuthorization On
WSGIScriptAlias / /usr/share/mbs/mbs.wsgi
<Location />