add support for http2-max-requests in configmap

This commit is contained in:
Derek Perkins 2018-09-02 23:53:30 -06:00
parent a92555f4cb
commit 9099f3b4db
3 changed files with 16 additions and 0 deletions

View file

@ -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 }};