X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/408167177a7b2fff9d68415611a056482a60fc44..1d97ecfc60352bdc0a784cdb140a3c07d9d4e422:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 313c262f4..c7f4ac75a 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -12,6 +12,9 @@ default_attributes( :apt => { :sources => ["nginx"] }, + :nginx => { + :access_log => false + }, :sysctl => { :network_conntrack_time_wait => { :comment => "Only track completed connections for 30 seconds", @@ -22,7 +25,7 @@ default_attributes( :network_conntrack_max => { :comment => "Increase max number of connections tracked", :parameters => { - "net.netfilter.nf_conntrack_max" => "131072" + "net.netfilter.nf_conntrack_max" => "262142" } }, :kernel_tfo_listen_enable => {