X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/db461a97bcf17eae463e932f9cf4d6f3cc1bb81f..7c110b4ca4633db65e1ed117ce20fc150ea68b0e:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index d443f1e40..b1e808929 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -71,18 +71,12 @@ apache_module "status" do variables :hosts => admins["hosts"] end -apache_module "deflate" do - conf "deflate.conf.erb" +apache_module "brotli" do + conf "brotli.conf.erb" end -if node[:apache][:reqtimeout] - apache_module "reqtimeout" do - action [:enable] - end -else - apache_module "reqtimeout" do - action [:disable] - end +apache_module "deflate" do + conf "deflate.conf.erb" end apache_module "headers"