diff options
author | anoadragon453 <anoadragon453@users.noreply.github.com> | 2021-06-10 10:40:47 +0000 |
---|---|---|
committer | anoadragon453 <anoadragon453@users.noreply.github.com> | 2021-06-10 10:40:47 +0000 |
commit | 0f883ab76692745f993009ff9bed681dfb1901a1 (patch) | |
tree | dc20d6914b230f1faba27f16227a29b5c53fdd5e /develop/print.html | |
parent | deploy: 7dc14730d925a39a885a14ce309d99054f9617d5 (diff) | |
download | synapse-0f883ab76692745f993009ff9bed681dfb1901a1.tar.xz |
deploy: e6245e6d48bcb0a1d426b73d010988e0f2d92b35
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html index 1a4df2fc5c..78825531f8 100644 --- a/develop/print.html +++ b/develop/print.html @@ -3681,6 +3681,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 |