From 7574f99c912236460176f19868a7ea4b42f1c357 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 31 Jul 2018 22:36:47 +0100 Subject: [PATCH] Disable nginx logging on tile caches --- roles/tilecache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => { -- 2.39.5