matrix: increase max size to 10M
This commit is contained in:
parent
11bd9019d9
commit
088ee7c6bf
@ -701,7 +701,7 @@ media_store_path: "/var/lib/matrix-synapse/media"
|
||||
|
||||
# The largest allowed upload size in bytes
|
||||
#
|
||||
max_upload_size: 5M
|
||||
max_upload_size: 10M
|
||||
|
||||
# Maximum number of pixels that will be thumbnailed
|
||||
#
|
||||
|
@ -23,7 +23,7 @@ server {
|
||||
ssl_certificate_key /etc/nginx/ssl/{{ matrix_domain }}.key;
|
||||
ssl_certificate /etc/nginx/ssl/{{ matrix_domain }}.crt;
|
||||
|
||||
client_max_body_size 5M;
|
||||
client_max_body_size 10M;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8008;
|
||||
|
Loading…
Reference in New Issue
Block a user