Make map_hash_bucket_size configurable

This commit is contained in:
Matt Rickard 2016-10-14 11:20:34 -07:00
parent 54891aef04
commit c8487c1973
2 changed files with 7 additions and 0 deletions

View file

@ -59,6 +59,7 @@ http {
types_hash_max_size 2048;
server_names_hash_max_size {{ $cfg.serverNameHashMaxSize }};
server_names_hash_bucket_size {{ $cfg.serverNameHashBucketSize }};
map_hash_bucket_size {{ $cfg.mapHashBucketSize }};
include /etc/nginx/mime.types;
default_type text/html;