From 7afb0b12369f9697076b2e545d3525f51b181029 Mon Sep 17 00:00:00 2001 From: nd Date: Sat, 18 Apr 2020 16:08:12 +0200 Subject: [PATCH] increased server_names_hash_bucket_size to 64 --- files/config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/config/nginx.conf b/files/config/nginx.conf index 8e850b5..bbf179c 100644 --- a/files/config/nginx.conf +++ b/files/config/nginx.conf @@ -21,7 +21,7 @@ http { server_tokens off; reset_timedout_connection on; - # server_names_hash_bucket_size 64; + server_names_hash_bucket_size 64; # server_name_in_redirect off; include /etc/nginx/mime.types;