From 1f81163d19450e9e056e9f874c9c0170e3cca254 Mon Sep 17 00:00:00 2001 From: yackob03 Date: Wed, 2 Oct 2013 13:03:09 -0400 Subject: [PATCH] Allow chunked transfer encoding. --- wsgi.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/wsgi.conf b/wsgi.conf index d269b6912..d4c459e2b 100644 --- a/wsgi.conf +++ b/wsgi.conf @@ -4,6 +4,7 @@ WSGIPythonHome /opt/python/run/venv WSGISocketPrefix run/wsgi WSGIRestrictEmbedded On WSGIPassAuthorization On +WSGIChunkedRequest On SetEnvIf X-Forwarded-Proto https HTTPS=1