From b14fe19eceb51bb11b8cf650d0ef63ff77fca378 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 20 Oct 2019 00:24:47 -0600 Subject: [PATCH] increase server names hash bucket size --- build/config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config/nginx.conf b/build/config/nginx.conf index 1aad428..2bef7e3 100644 --- a/build/config/nginx.conf +++ b/build/config/nginx.conf @@ -18,7 +18,7 @@ events { } http { - server_names_hash_bucket_size 64; + server_names_hash_bucket_size 512; default_type application/octet-stream; charset utf-8; include /etc/nginx/mime.types;