Make map_hash_bucket_size configurable
This commit is contained in:
parent
54891aef04
commit
c8487c1973
2 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue