reduce HTTP/2 concurrent streams to 16
This commit is contained in:
parent
2ef894ca47
commit
329bc8fd62
@ -36,7 +36,7 @@ http {
|
||||
resolver [::1];
|
||||
resolver_timeout 5s;
|
||||
|
||||
http2_max_concurrent_streams 32;
|
||||
http2_max_concurrent_streams 16;
|
||||
limit_conn_status 429;
|
||||
limit_conn_zone $binary_remote_addr zone=addr:10m;
|
||||
limit_conn addr 256;
|
||||
|
Loading…
x
Reference in New Issue
Block a user