X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a3ba209e2540e3a2488e9735e4ce3069ab8a3e22..a704f4b2d2279800b5b5ebe44e347510463731e6:/cookbooks/stateofthemap/templates/default/apache.erb diff --git a/cookbooks/stateofthemap/templates/default/apache.erb b/cookbooks/stateofthemap/templates/default/apache.erb index 53c3a79c8..7cea946c4 100644 --- a/cookbooks/stateofthemap/templates/default/apache.erb +++ b/cookbooks/stateofthemap/templates/default/apache.erb @@ -3,26 +3,33 @@ ServerName stateofthemap.org ServerAlias stateofthemap.com + ServerAlias sotm.org ServerAlias www.stateofthemap.org ServerAlias www.stateofthemap.com + ServerAlias www.sotm.org ServerAdmin webmaster@openstreetmap.org CustomLog /var/log/apache2/stateofthemap.org-access.log combined ErrorLog /var/log/apache2/stateofthemap.org-error.log + RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/ RedirectPermanent / https://stateofthemap.org/ ServerName stateofthemap.com + ServerAlias sotm.org ServerAlias www.stateofthemap.org ServerAlias www.stateofthemap.com + ServerAlias www.sotm.org ServerAdmin webmaster@openstreetmap.org CustomLog /var/log/apache2/stateofthemap.org-access.log combined ErrorLog /var/log/apache2/stateofthemap.org-error.log SSLEngine on + SSLCertificateFile /etc/ssl/certs/stateofthemap.org.pem + SSLCertificateKeyFile /etc/ssl/private/stateofthemap.org.key RedirectPermanent / https://stateofthemap.org/ @@ -35,6 +42,8 @@ ErrorLog /var/log/apache2/stateofthemap.org-error.log SSLEngine on + SSLCertificateFile /etc/ssl/certs/stateofthemap.org.pem + SSLCertificateKeyFile /etc/ssl/private/stateofthemap.org.key DocumentRoot /srv/stateofthemap.org/html