1 # DO NOT EDIT - This file is being maintained by Chef
4 ServerName <%= @year %>.stateofthemap.org
5 ServerAlias <%= @year %>.stateofthemap.com
6 ServerAdmin webmaster@openstreetmap.org
8 CustomLog /var/log/apache2/<%= @year %>.stateofthemap.org-access.log combined
9 ErrorLog /var/log/apache2/<%= @year %>.stateofthemap.org-error.log
11 RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
12 RedirectPermanent / https://<%= @year %>.stateofthemap.org/
16 ServerName <%= @year %>.stateofthemap.com
17 ServerAdmin webmaster@openstreetmap.org
19 CustomLog /var/log/apache2/<%= @year %>.stateofthemap.org-access.log combined
20 ErrorLog /var/log/apache2/<%= @year %>.stateofthemap.org-error.log
23 SSLCertificateFile /etc/ssl/certs/<%= @year %>.stateofthemap.org.pem
24 SSLCertificateKeyFile /etc/ssl/private/<%= @year %>.stateofthemap.org.key
26 RedirectPermanent / https://<%= @year %>.stateofthemap.org/
30 ServerName <%= @year %>.stateofthemap.org
31 ServerAdmin webmaster@openstreetmap.org
33 CustomLog /var/log/apache2/<%= @year %>.stateofthemap.org-access.log combined
34 ErrorLog /var/log/apache2/<%= @year %>.stateofthemap.org-error.log
37 SSLCertificateFile /etc/ssl/certs/<%= @year %>.stateofthemap.org.pem
38 SSLCertificateKeyFile /etc/ssl/private/<%= @year %>.stateofthemap.org.key
40 DocumentRoot /srv/<%= @year %>.stateofthemap.org
43 <Directory /srv/<%= @year %>.stateofthemap.org>