Allow chunked transfer encoding.
This commit is contained in:
parent
39018e72f1
commit
1f81163d19
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue