mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-03-07 14:05:58 -05:00
rename conn limit memory zone
This commit is contained in:
parent
9fbcc9587d
commit
a1997d89c4
@ -40,8 +40,8 @@ http {
|
||||
|
||||
http2_max_concurrent_streams 16;
|
||||
limit_conn_status 429;
|
||||
limit_conn_zone $binary_remote_addr zone=addr:10m;
|
||||
limit_conn addr 128;
|
||||
limit_conn_zone $binary_remote_addr zone=addr-limit:10m;
|
||||
limit_conn addr-limit 128;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256;
|
||||
|
Loading…
x
Reference in New Issue
Block a user