From a60a77e4b97f276d26b53e2b94561ab70083e986 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Tue, 17 Dec 2013 13:41:14 +0100 Subject: [PATCH] Correction : nginx : map_hash_bucket_size : 64 -> 128 . --- etc/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index 25aa317..ad979c3 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -60,6 +60,7 @@ http { include /etc/nginx/mime.types; keepalive_timeout 20; large_client_header_buffers 4 8k; + map_hash_bucket_size 128; open_file_cache max=200000 inactive=20s; open_file_cache_errors on; open_file_cache_min_uses 2; -- 2.20.1