X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7c2fc54e91ca3809d13cb9fa4b3b1cf8155d6d75..2c9527844e884db26c83395ac4068d76507c7999:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index 4d91da140..aee5dfcc8 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -78,6 +78,11 @@ apache_module "status" do variables :hosts => admins["hosts"] end +apache_module "evasive" do + conf "evasive.conf.erb" + only_if { node[:apache][:evasive] } +end + apache_module "brotli" do conf "brotli.conf.erb" end