Fix http2 header size
This commit is contained in:
parent
eb81f46590
commit
484bd43111
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ http {
|
|||
|
||||
client_header_buffer_size {{ $cfg.ClientHeaderBufferSize }};
|
||||
large_client_header_buffers {{ $cfg.LargeClientHeaderBuffers }};
|
||||
http2_max_field_size {{ $cfg.ClientHeaderBufferSize }};
|
||||
|
||||
types_hash_max_size 2048;
|
||||
server_names_hash_max_size {{ $cfg.ServerNameHashMaxSize }};
|
||||
|
|
Loading…
Reference in a new issue