X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/13c438992edec34c32e745a6c38b72c3c02cdcbd..2a3be76929b0a86a7cf206c3aef5151dfa2c2e5d:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 438f61992..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,13 @@ 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 => { + :comment => "Enable TCP Fast Open for listening sockets", + :parameters => { + "net.ipv4.tcp_fastopen" => 3 } }, :squid_swappiness => {