forked from data.coop/ansible
Merge pull request 'Bump matrix client_max_body_size to 1GB' (#140) from matrix-client-max-body-size into main
Reviewed-on: data.coop/ansible#140
This commit is contained in:
commit
035c683f67
|
@ -416,7 +416,7 @@ uploads_path: "/data/uploads"
|
|||
|
||||
# The largest allowed upload size in bytes
|
||||
#
|
||||
max_upload_size: "50M"
|
||||
max_upload_size: "512M"
|
||||
|
||||
# Maximum number of pixels that will be thumbnailed
|
||||
#
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
listen 8008;
|
||||
client_max_body_size 50M; # default is 1M
|
||||
client_max_body_size 1G; # default is 1M
|
||||
|
|
|
@ -1 +1 @@
|
|||
client_max_body_size 50M; # default is 1M
|
||||
client_max_body_size 1G; # default is 1M
|
||||
|
|
Loading…
Reference in a new issue