1
0
Fork 0

Allow 100 MB uploads

This commit is contained in:
Alex Kotov 2020-07-10 20:23:06 +05:00
parent 12d0e1084d
commit e7e396aa9e
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ server {
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
client_max_body_size 10M;
client_max_body_size 100M;
}
location / {

View file

@ -25,7 +25,7 @@ media_store_path: '{{ matrix__synapse__media_dir }}'
# The largest allowed upload size in bytes
#
#max_upload_size: 10M
max_upload_size: 100M
# Maximum number of pixels that will be thumbnailed
#