From: Tom Hughes Date: Wed, 16 Oct 2013 18:23:24 +0000 (+0100) Subject: Enable mod_headers for the GPS tile server X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6986fd7a4b69d3c5e7b9d3ccd5fbaf0953240740 Enable mod_headers for the GPS tile server --- 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