]> git.openstreetmap.org Git - chef.git/commitdiff
Redirect https requests to osm.org to www.osm.org
authorTom Hughes <tom@compton.nu>
Tue, 11 Feb 2014 13:53:44 +0000 (13:53 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 11 Feb 2014 13:53:44 +0000 (13:53 +0000)
cookbooks/web/templates/default/apache.frontend.erb

index 206d54c07f63adf14968e5154c6a2d51f8916b73..8effc61e58c2fa548036b185b59cb1bb272683c4 100644 (file)
   RedirectPermanent / http://www.openstreetmap.org/
 </VirtualHost>
 
+<VirtualHost *:443>
+  ServerName openstreetmap.org
+  ServerAlias maps.openstreetmap.org mapz.openstreetmap.org
+
+  SSLEngine on
+
+  RedirectPermanent / https://www.openstreetmap.org/
+</VirtualHost>
+
 <VirtualHost *:80>
   ServerName openstreetmap.org.uk
   ServerAlias www.openstreetmap.org.uk