From b83c4680da32dd83ce446d4b819b75fcdd6e541d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 19 Oct 2019 23:43:55 -0600 Subject: [PATCH] increase server names hash bucket size --- build/config/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/build/config/nginx.conf b/build/config/nginx.conf index 9fc47f6..1aad428 100644 --- a/build/config/nginx.conf +++ b/build/config/nginx.conf @@ -18,6 +18,7 @@ events { } http { + server_names_hash_bucket_size 64; default_type application/octet-stream; charset utf-8; include /etc/nginx/mime.types;