X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/62ed7554ffd14a0b04998923fa179e26c8caa1df..b7d4583c770392b26c7dd20346b35db2d02f2440:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index c927b87b5..b1e808929 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -79,16 +79,6 @@ apache_module "deflate" do conf "deflate.conf.erb" end -if node[:apache][:reqtimeout] - apache_module "reqtimeout" do - action [:enable] - end -else - apache_module "reqtimeout" do - action [:disable] - end -end - apache_module "headers" apache_module "ssl"