Fixing bad variable name

This commit is contained in:
Philippe Caseiro 2018-03-08 16:57:13 +01:00
parent 8a944db515
commit 76f19ced94
1 changed files with 1 additions and 1 deletions

View File

@ -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;