end
ssl_certificate "#{year}.stateofthemap.org" do
- domains ["#{year}.stateofthemap.org", "#{year}.stateofthemap.com"]
+ domains ["#{year}.stateofthemap.org", "#{year}.stateofthemap.com", "#{year}.sotm.org"]
notifies :reload, "service[apache2]"
end
end
ssl_certificate "#{year}.stateofthemap.org" do
- domains ["#{year}.stateofthemap.org", "#{year}.stateofthemap.com"]
+ domains ["#{year}.stateofthemap.org", "#{year}.stateofthemap.com", "#{year}.sotm.org"]
notifies :reload, "service[apache2]"
end
<VirtualHost *:80>
ServerName <%= @year %>.stateofthemap.org
- ServerAlias <%= @year %>.stateofthemap.com
+ ServerAlias <%= @year %>.stateofthemap.com <%= @year %>.sotm.org
ServerAdmin webmaster@openstreetmap.org
CustomLog /var/log/apache2/<%= @year %>.stateofthemap.org-access.log combined
<VirtualHost *:443>
ServerName <%= @year %>.stateofthemap.com
+ ServerAlias <%= @year %>.sotm.org
ServerAdmin webmaster@openstreetmap.org
CustomLog /var/log/apache2/<%= @year %>.stateofthemap.org-access.log combined
<VirtualHost *:80>
ServerName <%= @year %>.stateofthemap.org
- ServerAlias <%= @year %>.stateofthemap.com
+ ServerAlias <%= @year %>.stateofthemap.com <%= @year %>.sotm.org
ServerAdmin webmaster@openstreetmap.org
CustomLog /var/log/apache2/<%= @year %>.stateofthemap.org-access.log combined
<VirtualHost *:443>
ServerName <%= @year %>.stateofthemap.com
+ ServerAlias <%= @year %>.sotm.org
ServerAdmin webmaster@openstreetmap.org
CustomLog /var/log/apache2/<%= @year %>.stateofthemap.org-access.log combined