diff --git a/roles/mbs/frontend/templates/mbs.conf b/roles/mbs/frontend/templates/mbs.conf index f27d75c632..8d2c5a87a6 100644 --- a/roles/mbs/frontend/templates/mbs.conf +++ b/roles/mbs/frontend/templates/mbs.conf @@ -4,6 +4,9 @@ WSGIRestrictStdout On WSGIRestrictSignal Off WSGIPythonOptimize 1 +# For our Authorization bearer token header +WSGIPassAuthorization On + WSGIScriptAlias / /usr/share/mbs/mbs.wsgi