]> git.openstreetmap.org Git - chef.git/commitdiff
Enable mod_headers for the GPS tile server
authorTom Hughes <tom@compton.nu>
Wed, 16 Oct 2013 18:23:24 +0000 (19:23 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 16 Oct 2013 18:23:24 +0000 (19:23 +0100)
cookbooks/gps-tile/recipes/default.rb

index 51f0fd41196c584e3b90f5fecf32421288b4e192..7c0068ee00b2184a4fa0791815627fcef1ac6f71 100644 (file)
@@ -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