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
|