set more reasonable limit on concurrent streams
This commit is contained in:
parent
90cfb819bd
commit
2b2dfb4c10
@ -32,6 +32,7 @@ http {
|
||||
send_timeout 30s;
|
||||
http2_recv_timeout 30s;
|
||||
|
||||
http2_max_concurrent_streams 32;
|
||||
limit_conn_zone $binary_remote_addr zone=addr:10m;
|
||||
limit_conn addr 256;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user