X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d228f465b5bf9f5dffedcebad5c7fadcbba21cc3..d168351c5b49bd9689de106601c7267a19b7985b:/cookbooks/apache/attributes/default.rb diff --git a/cookbooks/apache/attributes/default.rb b/cookbooks/apache/attributes/default.rb index 23ef3397a..73184f049 100644 --- a/cookbooks/apache/attributes/default.rb +++ b/cookbooks/apache/attributes/default.rb @@ -25,3 +25,5 @@ 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] = "*"