Merge "Added Authorization Header flag to storyboard module"

This commit is contained in:
Jenkins 2014-03-06 20:14:31 +00:00 committed by Gerrit Code Review
commit 569ee82286

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.