From 34bb61e02668f7bf04789ef247f6a87be2d6d4f1 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Fri, 13 Jan 2017 03:15:16 +0000 Subject: [PATCH] Oops, wrong nginx variable name. --- ubuntu/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/site.yml b/ubuntu/site.yml index 5d4f101..1a9aa9d 100644 --- a/ubuntu/site.yml +++ b/ubuntu/site.yml @@ -21,7 +21,7 @@ nginx_user: "www-data" nginx_http_params: - sendfile "on" - - test_types_hash_bucket_size 128 + - server_names_hash_bucket_size 512 nginx_configs: gzip: - gzip on