Bump matrix client_max_body_size to 1GB

This commit is contained in:
Reynir Björnsson 2022-12-17 21:27:01 +01:00
parent 8fc0a97d23
commit 3fb8ecb72f
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
listen 8008;
client_max_body_size 50M; # default is 1M
client_max_body_size 1G; # default is 1M

View File

@ -1 +1 @@
client_max_body_size 50M; # default is 1M
client_max_body_size 1G; # default is 1M