Update matrix.conf

This commit is contained in:
Anthony Wang 2021-07-03 21:32:01 +00:00 committed by GitHub
parent c20328704d
commit 4c7d907520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,6 @@ server {
# Nginx by default only allows file uploads up to 1M in size
# Increase client_max_body_size to match max_upload_size defined in homeserver.yaml
client_max_body_size 50M;
client_max_body_size 1G;
}
}