X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6fdba5edc17c0ccbb5dc3bd15690dcba6708e1fe..bf224da116c5a68ed9317a2433dfffd99b992ac4:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 313c262f4..a579079ff 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -12,6 +12,9 @@ default_attributes( :apt => { :sources => ["nginx"] }, + :nginx => { + :access_log => nil + }, :sysctl => { :network_conntrack_time_wait => { :comment => "Only track completed connections for 30 seconds",