diff --git a/tmpl/nginx.conf b/tmpl/nginx.conf index 0c30f55..13b1247 100644 --- a/tmpl/nginx.conf +++ b/tmpl/nginx.conf @@ -20,7 +20,7 @@ http { types_hash_max_size 2048; # server_tokens off; - server_names_hash_bucket_size %%nginx_bucket_size; + server_names_hash_bucket_size %%nginxBucketSize; # server_name_in_redirect off; include /etc/nginx/mime.types;