From c508a79bbd25ef1eca7a63f4c70ab528cc7992d7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 11 Jul 2010 17:26:46 -0300 Subject: Adding server_names_hash_bucket_size on nginx.conf --- templates/nginx.conf.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') diff --git a/templates/nginx.conf.erb b/templates/nginx.conf.erb index ca88b45..b2be1eb 100644 --- a/templates/nginx.conf.erb +++ b/templates/nginx.conf.erb @@ -9,6 +9,10 @@ events { } http { + # see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524785 + # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547722 + server_names_hash_bucket_size 100; + include /etc/nginx/mime.types; default_type application/octet-stream; -- cgit v1.2.3