summary refs log tree commit diff
path: root/develop/reverse_proxy.html
diff options
context:
space:
mode:
authorsquahtx <squahtx@users.noreply.github.com>2022-11-11 17:28:54 +0000
committersquahtx <squahtx@users.noreply.github.com>2022-11-11 17:28:54 +0000
commitb49a4dd59cddff43ec7d4a5d850f662076207707 (patch)
treec45d5c1060ac9928cbe64c56ca38709fa9f2b157 /develop/reverse_proxy.html
parentdeploy: a3623af74e0af0d2f6cbd37b47dc54a1acd314d5 (diff)
downloadsynapse-b49a4dd59cddff43ec7d4a5d850f662076207707.tar.xz
deploy: 334a8324d3db26da32a1f015ecf24a1bd25551db
Diffstat (limited to 'develop/reverse_proxy.html')
-rw-r--r--develop/reverse_proxy.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/develop/reverse_proxy.html b/develop/reverse_proxy.html

index a7b8595757..9db0a144b8 100644 --- a/develop/reverse_proxy.html +++ b/develop/reverse_proxy.html
@@ -212,6 +212,9 @@ reverse proxy is using.</p> # Nginx by default only allows file uploads up to 1M in size # Increase client_max_body_size to match max_upload_size defined in homeserver.yaml client_max_body_size 50M; + + # Synapse responses may be chunked, which is an HTTP/1.1 feature. + proxy_http_version 1.1; } } </code></pre>