X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/62ed7554ffd14a0b04998923fa179e26c8caa1df..60c26d780109aa423e03ec0c177c056861425e3c:/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"