Allow 100 MB uploads
This commit is contained in:
parent
12d0e1084d
commit
e7e396aa9e
2 changed files with 2 additions and 2 deletions
|
@ -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 / {
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Reference in a new issue