add configuration for http2_max_concurrent_streams

This commit is contained in:
Rustam Zagirov 2019-10-31 15:13:38 +03:00
parent 43fa61cabd
commit d9cfad1894
3 changed files with 14 additions and 0 deletions

View file

@ -210,6 +210,7 @@ http {
http2_max_field_size {{ $cfg.HTTP2MaxFieldSize }};
http2_max_header_size {{ $cfg.HTTP2MaxHeaderSize }};
http2_max_requests {{ $cfg.HTTP2MaxRequests }};
http2_max_concurrent_streams {{ $cfg.HTTP2MaxConcurrentStreams }};
types_hash_max_size 2048;
server_names_hash_max_size {{ $cfg.ServerNameHashMaxSize }};