From 18351f3cffb55b7fafcd6e0f5afa6a76c79ef0fe Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 19 Jul 2016 08:59:18 +0100 Subject: [PATCH] Enable apache headers module for munin --- cookbooks/munin/recipes/server.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/munin/recipes/server.rb b/cookbooks/munin/recipes/server.rb index 3f67e522e..dcff86860 100644 --- a/cookbooks/munin/recipes/server.rb +++ b/cookbooks/munin/recipes/server.rb @@ -71,6 +71,7 @@ end apache_module "fcgid" apache_module "rewrite" +apache_module "headers" remote_directory "/srv/munin.openstreetmap.org" do source "www" -- 2.43.2