X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f2fb9bfa575dfe8de24a4153333e033860270780..7c110b4ca4633db65e1ed117ce20fc150ea68b0e:/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"