Added Authorization Header flag to storyboard module

We can't log into storyboard right now because we never told wsgi
to forward the Authorization header. This fixes that.

For more information:
https://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPassAuthorization

Change-Id: Ibf8fb17569e7bb249801a8bd6971d0aa0f3ecaac
This commit is contained in:
Michael Krotscheck 2014-03-06 11:51:45 -08:00
parent 1be75e6ab5
commit 24970e7c1e

View File

@ -5,6 +5,7 @@
WSGIDaemonProcess storyboard user=storyboard group=storyboard threads=5 python-path=/usr/local/lib/python2.7/dist-packages
WSGIScriptAlias /api /usr/local/lib/python2.7/dist-packages/storyboard/api/app.wsgi
WSGIPassAuthorization On
# The app.wsgi file has to be accessible by apache. It won't
# be visible to clients because of the DocumentRoot though.