enforce an initial HTTP connection limit per IP
This commit is contained in:
parent
6bad648347
commit
f195b74410
@ -25,6 +25,9 @@ http {
|
||||
client_header_timeout 30s;
|
||||
send_timeout 30s;
|
||||
|
||||
limit_conn_zone $binary_remote_addr zone=addr:10m;
|
||||
limit_conn addr 256;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user