From 6c5a485b4833b20a1a488102285bdc91566be565 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Wed, 9 Sep 2020 13:00:11 +0300 Subject: Fixed nginx's "Could not build optimal types_hash" --- configs/nginx/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs') diff --git a/configs/nginx/nginx.conf b/configs/nginx/nginx.conf index a64a0f71..19e839b4 100644 --- a/configs/nginx/nginx.conf +++ b/configs/nginx/nginx.conf @@ -12,6 +12,9 @@ events { } http { + types_hash_max_size 4096; + server_names_hash_bucket_size 128; + access_log off; include /etc/kvmd/nginx/mime-types.conf; -- cgit v1.2.3