From 11d42bf85eafb01193242bc11fdf00eb2ef29df6 Mon Sep 17 00:00:00 2001 From: Barracuda Team <admin@omega8.cc> Date: Mon, 26 Mar 2012 01:38:45 +0200 Subject: [PATCH] Issue #1498774 by jm.federico - Set higher value for map_hash_bucket_size in Nginx by default. Signed-off-by: Barracuda Team <admin@omega8.cc> --- http/nginx/server.tpl.php | 1 + 1 file changed, 1 insertion(+) diff --git a/http/nginx/server.tpl.php b/http/nginx/server.tpl.php index 61fa14ef4..1737a2709 100644 --- a/http/nginx/server.tpl.php +++ b/http/nginx/server.tpl.php @@ -39,6 +39,7 @@ server_names_hash_max_size 8192; types_hash_max_size 8192; types_hash_bucket_size 512; + map_hash_bucket_size 192; fastcgi_buffer_size 128k; fastcgi_buffers 256 4k; fastcgi_busy_buffers_size 256k; -- GitLab