add support for http2-max-requests in configmap
This commit is contained in:
parent
a92555f4cb
commit
9099f3b4db
3 changed files with 16 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ http {
|
|||
|
||||
http2_max_field_size {{ $cfg.HTTP2MaxFieldSize }};
|
||||
http2_max_header_size {{ $cfg.HTTP2MaxHeaderSize }};
|
||||
http2_max_requests {{ $cfg.HTTP2MaxRequests }};
|
||||
|
||||
types_hash_max_size 2048;
|
||||
server_names_hash_max_size {{ $cfg.ServerNameHashMaxSize }};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue