fix: obsolete warnings (#10029)
Signed-off-by: Spazzy <brendankamp757@gmail.com>
This commit is contained in:
parent
686aeac596
commit
30de5999c1
3 changed files with 217 additions and 208 deletions
|
|
@ -315,9 +315,15 @@ http {
|
|||
client_body_buffer_size {{ $cfg.ClientBodyBufferSize }};
|
||||
client_body_timeout {{ $cfg.ClientBodyTimeout }}s;
|
||||
|
||||
{{ if and (ne $cfg.HTTP2MaxHeaderSize "") (ne $cfg.HTTP2MaxFieldSize "") }}
|
||||
http2_max_field_size {{ $cfg.HTTP2MaxFieldSize }};
|
||||
http2_max_header_size {{ $cfg.HTTP2MaxHeaderSize }};
|
||||
{{ end }}
|
||||
|
||||
{{ if (gt $cfg.HTTP2MaxRequests 0) }}
|
||||
http2_max_requests {{ $cfg.HTTP2MaxRequests }};
|
||||
{{ end }}
|
||||
|
||||
http2_max_concurrent_streams {{ $cfg.HTTP2MaxConcurrentStreams }};
|
||||
|
||||
types_hash_max_size 2048;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue