Skip to content

Commit

Permalink
Fix http2 header size
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Mar 7, 2017
1 parent eb81f46 commit 484bd43
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 484bd43

Please sign in to comment.