mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-16 08:40:15 -04:00
Merge remote-tracking branch 'upstream/release-v1.37'
This commit is contained in:
commit
9e81bc6b08
140 changed files with 4734 additions and 2016 deletions
|
@ -249,6 +249,10 @@ class ContentRepositoryConfig(Config):
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue