diff options
author | Aaron Raimist <aaron@raim.ist> | 2021-06-10 05:40:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 11:40:24 +0100 |
commit | e6245e6d48bcb0a1d426b73d010988e0f2d92b35 (patch) | |
tree | 52a1069571d52e1a2e7d501f8f18bb2623f0cce6 /docs | |
parent | Update Complement run with Synapse-supported MSC-related build tags (#10155) (diff) | |
download | synapse-e6245e6d48bcb0a1d426b73d010988e0f2d92b35.tar.xz |
Mention that you need to configure max upload size in reverse proxy as well (#10122)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 7b97f73a29..f8925a5e24 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -954,6 +954,10 @@ media_store_path: "DATADIR/media_store" # The largest allowed upload size in bytes # +# If you are using a reverse proxy you may also need to set this value in +# your reverse proxy's config. Notably Nginx has a small max body size by default. +# See https://matrix-org.github.io/synapse/develop/reverse_proxy.html. +# #max_upload_size: 50M # Maximum number of pixels that will be thumbnailed |