Merge pull request #4730 from stamm/master
add configuration for http2_max_concurrent_streams
This commit is contained in:
commit
0d244e1c41
3 changed files with 14 additions and 0 deletions
|
|
@ -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 }};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue