From dab5f4f1df08643ffe426b5afb1fd9c01fc55360 Mon Sep 17 00:00:00 2001 From: ricardop Date: Tue, 3 Jul 2018 11:19:29 +0200 Subject: [PATCH] fix: add higher map_hash_bucket_size, allowing for more mappings --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index f50ac50..038a187 100644 --- a/nginx.conf +++ b/nginx.conf @@ -9,6 +9,7 @@ events { } http { + map_hash_bucket_size 128; include /etc/nginx/mime.types; default_type application/octet-stream;