From 76f19ced94be41aa1cbaee796f368713ccb16ba5 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 8 Mar 2018 16:57:13 +0100 Subject: [PATCH] Fixing bad variable name --- tmpl/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;