diff options
author | squahtx <squahtx@users.noreply.github.com> | 2022-11-11 17:28:54 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2022-11-11 17:28:54 +0000 |
commit | b49a4dd59cddff43ec7d4a5d850f662076207707 (patch) | |
tree | c45d5c1060ac9928cbe64c56ca38709fa9f2b157 /develop/print.html | |
parent | deploy: a3623af74e0af0d2f6cbd37b47dc54a1acd314d5 (diff) | |
download | synapse-b49a4dd59cddff43ec7d4a5d850f662076207707.tar.xz |
deploy: 334a8324d3db26da32a1f015ecf24a1bd25551db
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html index 3ed3d9a0b9..27d801ea0b 100644 --- a/develop/print.html +++ b/develop/print.html @@ -919,6 +919,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> |