Tell mod_wsgi to allow the authorization header for MBS.
This commit is contained in:
parent
40c82912be
commit
2ac6027221
1 changed files with 3 additions and 0 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue