Increase default max_upload_size from 10M to 50M (#8502)

Signed-off-by: Mateusz Przybyłowicz <uamfhq@gmail.com>
This commit is contained in:
Mateusz Przybyłowicz 2020-10-09 17:58:23 +02:00 committed by GitHub
parent 1781bbe319
commit ca2db5dd0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

View file

@ -54,7 +54,7 @@ server {
proxy_set_header X-Forwarded-For $remote_addr;
# 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 10M;
client_max_body_size 50M;
}
}
```

View file

@ -893,7 +893,7 @@ media_store_path: "DATADIR/media_store"
# The largest allowed upload size in bytes
#
#max_upload_size: 10M
#max_upload_size: 50M
# Maximum number of pixels that will be thumbnailed
#