</VirtualHost>
<VirtualHost *:80>
- ServerName openstreetmap.org
+ ServerName osm.org
Header always set Cache-Control "max-age=31536000"
Header always set Expires "Tue, 19 Jan 2038 03:14:07 GMT"
RewriteRule ^/\.well-known/acme-challenge/(.*)$ http://acme.openstreetmap.org/.well-known/acme-challenge/$1 [R=permanent,L]
RewriteCond %{REQUEST_URI} !^/server-status$
- RewriteRule ^(.*)$ https://openstreetmap.org$1 [L,NE,R=permanent]
+ RewriteRule ^(.*)$ https://osm.org$1 [L,NE,R=permanent]
</VirtualHost>
<VirtualHost *:80>
- ServerName www.openstreetmap.org
- ServerAlias *
+ ServerName www.osm.org
Header always set Cache-Control "max-age=31536000"
Header always set Expires "Tue, 19 Jan 2038 03:14:07 GMT"
RewriteRule ^/\.well-known/acme-challenge/(.*)$ http://acme.openstreetmap.org/.well-known/acme-challenge/$1 [R=permanent,L]
- # HSTS Preloading requires domain name match
- RewriteCond %{HTTP_HOST} =osm.org
RewriteCond %{REQUEST_URI} !^/server-status$
- RewriteRule ^(.*)$ https://osm.org$1 [L,NE,R=permanent]
+ RewriteRule ^(.*)$ https://www.osm.org$1 [L,NE,R=permanent]
+</VirtualHost>
+
+<VirtualHost *:80>
+ ServerName openstreetmap.org
+
+ Header always set Cache-Control "max-age=31536000"
+ Header always set Expires "Tue, 19 Jan 2038 03:14:07 GMT"
+
+ RewriteEngine on
+
+ RewriteRule ^/\.well-known/acme-challenge/(.*)$ http://acme.openstreetmap.org/.well-known/acme-challenge/$1 [R=permanent,L]
- # HSTS Preloading requires domain match
- RewriteCond %{HTTP_HOST} =www.osm.org
RewriteCond %{REQUEST_URI} !^/server-status$
- RewriteRule ^(.*)$ https://www.osm.org$1 [L,NE,R=permanent]
+ RewriteRule ^(.*)$ https://openstreetmap.org$1 [L,NE,R=permanent]
+</VirtualHost>
+
+<VirtualHost *:80>
+ ServerName www.openstreetmap.org
+ ServerAlias *
+
+ Header always set Cache-Control "max-age=31536000"
+ Header always set Expires "Tue, 19 Jan 2038 03:14:07 GMT"
+
+ RewriteEngine on
+
+ RewriteRule ^/\.well-known/acme-challenge/(.*)$ http://acme.openstreetmap.org/.well-known/acme-challenge/$1 [R=permanent,L]
RewriteCond %{REQUEST_URI} !^/server-status$
RewriteRule ^(.*)$ https://www.openstreetmap.org$1 [L,NE,R=permanent]