Skip to content

Commit

Permalink
Merge pull request #392 from aledbf/fix-http2-header-size
Browse files Browse the repository at this point in the history
Fix http2 header size
  • Loading branch information
aledbf authored Mar 7, 2017
2 parents eb81f46 + 484bd43 commit edb9b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/nginx/rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }};
Expand Down

0 comments on commit edb9b00

Please sign in to comment.