]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Adding server_names_hash_bucket_size on nginx.conf
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 11 Jul 2010 20:26:46 +0000 (17:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 11 Jul 2010 20:26:46 +0000 (17:26 -0300)
templates/nginx.conf.erb

index ca88b451741872a317e411a8d351e841eea76cea..b2be1eb675373b3973b5c8e9e32f992663cf8eb1 100644 (file)
@@ -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;