X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d168351c5b49bd9689de106601c7267a19b7985b..4d11d2e084189bc2c3042e67fe3f67bd9dfa182b:/cookbooks/apache/attributes/default.rb diff --git a/cookbooks/apache/attributes/default.rb b/cookbooks/apache/attributes/default.rb index 73184f049..37b87aaf3 100644 --- a/cookbooks/apache/attributes/default.rb +++ b/cookbooks/apache/attributes/default.rb @@ -27,3 +27,8 @@ default[:apache][:event][:threads_per_child] = 25 default[:apache][:event][:max_requests_per_child] = 0 default[:apache][:listen_address] = "*" + +default[:apache][:ssl][:certificate] = "openstreetmap" +default[:apache][:ssl][:certificate_chain] = "rapidssl" + +default[:apache][:buffered_logs] = true