forked from data.coop/ansible
Bump matrix client_max_body_size to 1GB
This commit is contained in:
parent
8fc0a97d23
commit
3fb8ecb72f
|
@ -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