From d6b22c005e5006975398fea455edea3646a64cb4 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 17 Oct 2013 11:37:34 -0300 Subject: [PATCH] setting nginx types_hash_bucket_size to 64 --- puppet/modules/nginx/templates/nginx.conf.erb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/puppet/modules/nginx/templates/nginx.conf.erb b/puppet/modules/nginx/templates/nginx.conf.erb index 06c0077..477481b 100644 --- a/puppet/modules/nginx/templates/nginx.conf.erb +++ b/puppet/modules/nginx/templates/nginx.conf.erb @@ -33,4 +33,5 @@ http { include /etc/nginx/sites-enabled/*; server_tokens off; + types_hash_bucket_size 64; } -- libgit2 0.21.2