Increase nginx and synapse file size limit

This commit is contained in:
Emelie Graven 2021-12-10 08:32:49 +01:00
parent 450ea4e1c3
commit 767d6c9a51
Signed by: emelie
GPG key ID: C11123726DBB55A1
5 changed files with 13 additions and 9 deletions

View file

@ -9,6 +9,9 @@
recommendedProxySettings = true;
recommendedTlsSettings = true;
# 100 MB max upload
clientMaxBodySize = "100m";
# Only allow PFS-enabled ciphers with AES256
sslCiphers = "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384";