From: Tom Hughes Date: Tue, 31 Jul 2018 21:36:47 +0000 (+0100) Subject: Disable nginx logging on tile caches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7574f99c912236460176f19868a7ea4b42f1c357 Disable nginx logging on tile caches --- diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 12457a4ca..c7f4ac75a 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -13,7 +13,7 @@ default_attributes( :sources => ["nginx"] }, :nginx => { - :access_log => nil + :access_log => false }, :sysctl => { :network_conntrack_time_wait => {