Allow chunked transfer encoding.

This commit is contained in:
yackob03 2013-10-02 13:03:09 -04:00
parent 39018e72f1
commit 1f81163d19

View file

@ -4,6 +4,7 @@ WSGIPythonHome /opt/python/run/venv
WSGISocketPrefix run/wsgi
WSGIRestrictEmbedded On
WSGIPassAuthorization On
WSGIChunkedRequest On
<VirtualHost *:80>
SetEnvIf X-Forwarded-Proto https HTTPS=1