Commit d6b22c005e5006975398fea455edea3646a64cb4

Authored by Sergio Oliveira
1 parent 8ea032b2

setting nginx types_hash_bucket_size to 64

this fixes a bug on 64bits vms

* http://www.mail-archive.com/wikibugs-l@lists.wikimedia.org/msg230376.html
* http://trac.nginx.org/nginx/ticket/352
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
puppet/modules/nginx/templates/nginx.conf.erb
@@ -33,4 +33,5 @@ http { @@ -33,4 +33,5 @@ http {
33 include /etc/nginx/sites-enabled/*; 33 include /etc/nginx/sites-enabled/*;
34 34
35 server_tokens off; 35 server_tokens off;
  36 + types_hash_bucket_size 64;
36 } 37 }