Increase nginx and synapse file size limit
This commit is contained in:
parent
450ea4e1c3
commit
767d6c9a51
5 changed files with 13 additions and 9 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue