]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/templates/default/apache.erb
Cleanup temporary files from the export CGI script
[chef.git] / cookbooks / tile / templates / default / apache.erb
index 1ffa2323d278997acb302431563a25d17f096168..ac4ba8f1270488d5ca65a272dbdc549141cdbcee 100644 (file)
@@ -24,6 +24,9 @@
   ErrorLog /var/log/apache2/error.log
   BufferedLogs on
 
+  #Set Access-Control-Allow-Origin header to allow Cross-origin resource sharing (CORS)
+  Header set Access-Control-Allow-Origin "*"
+
   # Enable the rewrite engine
   RewriteEngine on
 
   RewriteRule ^/(-?\d+)/(-?\d+)/(-?\d+)\.png$ /default/$1/$2/$3.png [PT,T=image/png,L]
   RewriteRule ^/(-?\d+)/(-?\d+)/(-?\d+)\.png/status/?$  /default/$1/$2/$3.png/status [PT,T=text/plain,L]
   RewriteRule ^/(-?\d+)/(-?\d+)/(-?\d+)\.png/dirty/?$   /default/$1/$2/$3.png/dirty  [PT,T=text/plain,L]
+
+  # Historical Files redirect
+  Redirect /processed_p.tar.bz2 http://planet.openstreetmap.org/historical-shapefiles/processed_p.tar.bz2
+  Redirect /shoreline_300.tar.bz2 http://planet.openstreetmap.org/historical-shapefiles/shoreline_300.tar.bz2
+  Redirect /world_boundaries-spherical.tgz http://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz
+
 </VirtualHost>
 
 <Directory /srv/tile.openstreetmap.org/html>