X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d228f465b5bf9f5dffedcebad5c7fadcbba21cc3..4687a5bf9faa00f2ff3a14545cdd58a65a65ab8d:/cookbooks/apache/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/apache/attributes/default.rb b/cookbooks/apache/attributes/default.rb index 23ef3397a..37b87aaf3 100644 --- a/cookbooks/apache/attributes/default.rb +++ b/cookbooks/apache/attributes/default.rb @@ -25,3 +25,10 @@ default[:apache][:event][:max_spare_threads] = 75 default[:apache][:event][:thread_limit] = 64 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