X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f38f3374703b5a86709ce9edadf139c09b3cf3c6..58c03089ab5bc66fa09f9990d0415637b87455f0:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index e5f30a410..c927b87b5 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -71,6 +71,10 @@ apache_module "status" do variables :hosts => admins["hosts"] end +apache_module "brotli" do + conf "brotli.conf.erb" +end + apache_module "deflate" do conf "deflate.conf.erb" end @@ -99,5 +103,5 @@ munin_plugin "apache_volume" prometheus_exporter "apache" do port 9117 listen_switch "telemetry.address" - exporter_options "-scrape_uri http://localhost/server-status?auto" + options "--scrape_uri=http://localhost/server-status?auto" end