We must pass authorization headers to our WSGI app.
This commit is contained in:
parent
afb5dbaaa4
commit
2a9a8635b6
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ LoadModule wsgi_module modules/mod_wsgi.so
|
||||||
WSGIPythonHome /opt/python/run/venv
|
WSGIPythonHome /opt/python/run/venv
|
||||||
WSGISocketPrefix run/wsgi
|
WSGISocketPrefix run/wsgi
|
||||||
WSGIRestrictEmbedded On
|
WSGIRestrictEmbedded On
|
||||||
|
WSGIPassAuthorization On
|
||||||
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
|
|
||||||
|
|
Reference in a new issue