Skip to content

Commit

Permalink
charts/{cannon,nginz}: Increase map_hash_bucket_size for nginx to 128 (
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar authored May 31, 2022
1 parent 6c9a2b4 commit f36b2d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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

0 comments on commit f36b2d8

Please sign in to comment.