Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5-internal/nginz-map-hash-bucket-size
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
charts/{nginz,cannon}: Increase map_hash_bucket_size for nginx to 128
1 change: 1 addition & 0 deletions charts/cannon/templates/conf/_nginx.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ http {
ignore_invalid_headers off;

types_hash_max_size 2048;
map_hash_bucket_size 128;

server_names_hash_bucket_size 64;
server_name_in_redirect off;
Expand Down
1 change: 1 addition & 0 deletions charts/nginz/templates/conf/_nginx.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ http {
ignore_invalid_headers off;

types_hash_max_size 2048;
map_hash_bucket_size 128;

server_names_hash_bucket_size 64;
server_name_in_redirect off;
Expand Down