We must pass authorization headers to our WSGI app.

This commit is contained in:
yackob03 2013-10-01 00:23:40 -04:00
parent afb5dbaaa4
commit 2a9a8635b6

View file

@ -3,6 +3,7 @@ LoadModule wsgi_module modules/mod_wsgi.so
WSGIPythonHome /opt/python/run/venv
WSGISocketPrefix run/wsgi
WSGIRestrictEmbedded On
WSGIPassAuthorization On
<VirtualHost *:80>