X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d228f465b5bf9f5dffedcebad5c7fadcbba21cc3..a615c8af6b389f613acf1c80a7b56da48d780cc0:/cookbooks/apache/attributes/default.rb diff --git a/cookbooks/apache/attributes/default.rb b/cookbooks/apache/attributes/default.rb index 23ef3397a..469a1a90d 100644 --- a/cookbooks/apache/attributes/default.rb +++ b/cookbooks/apache/attributes/default.rb @@ -25,3 +25,9 @@ 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][:buffered_logs] = true