]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/attributes/default.rb
apache: buffer logs by default
[chef.git] / cookbooks / apache / attributes / default.rb
index 41779d7d7f40c299b5f0ffa5b0ad884006c06c88..469a1a90d9fe9269fcc78f1fb6f29d3248c9f26c 100644 (file)
@@ -29,3 +29,5 @@ default[:apache][:event][:max_requests_per_child] = 0
 default[:apache][:listen_address] = "*"
 
 default[:apache][:ssl][:certificate] = "openstreetmap"
+
+default[:apache][:buffered_logs] = true