X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..53342bfb30cc6b2d012375b79c8bfcd8571f80c1:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index 6c2ee7932..2b412eefc 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -77,6 +77,10 @@ apache_module "status" do variables :hosts => admins["hosts"] end +apache_module "deflate" do + conf "deflate.conf.erb" +end + apache_module "reqtimeout" do action [:disable] end