From 6986fd7a4b69d3c5e7b9d3ccd5fbaf0953240740 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 16 Oct 2013 19:23:24 +0100 Subject: [PATCH] Enable mod_headers for the GPS tile server --- cookbooks/gps-tile/recipes/default.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index 51f0fd411..7c0068ee0 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -101,6 +101,8 @@ remote_directory "/srv/gps-tile.openstreetmap.org/html" do mode 0644 end +apache_module "headers" + apache_site "gps-tile.openstreetmap.org" do template "apache.erb" end -- 2.43.2