1 # DO NOT EDIT - This file is being maintained by Chef
 
   4         ServerName stateofthemap.org
 
   5         ServerAlias stateofthemap.com
 
   7         ServerAlias www.stateofthemap.org
 
   8         ServerAlias www.stateofthemap.com
 
   9         ServerAlias www.sotm.org
 
  10         ServerAdmin webmaster@openstreetmap.org
 
  12         CustomLog /var/log/apache2/stateofthemap.org-access.log combined
 
  13         ErrorLog /var/log/apache2/stateofthemap.org-error.log
 
  15         RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
 
  16         RedirectPermanent / https://stateofthemap.org/
 
  20         ServerName stateofthemap.com
 
  22         ServerAlias www.stateofthemap.org
 
  23         ServerAlias www.stateofthemap.com
 
  24         ServerAlias www.sotm.org
 
  25         ServerAdmin webmaster@openstreetmap.org
 
  27         CustomLog /var/log/apache2/stateofthemap.org-access.log combined
 
  28         ErrorLog /var/log/apache2/stateofthemap.org-error.log
 
  31         SSLCertificateFile /etc/ssl/certs/stateofthemap.org.pem
 
  32         SSLCertificateKeyFile /etc/ssl/private/stateofthemap.org.key
 
  34         RedirectPermanent / https://stateofthemap.org/
 
  38         ServerName stateofthemap.org
 
  39         ServerAdmin webmaster@openstreetmap.org
 
  41         CustomLog /var/log/apache2/stateofthemap.org-access.log combined
 
  42         ErrorLog /var/log/apache2/stateofthemap.org-error.log
 
  45         SSLCertificateFile /etc/ssl/certs/stateofthemap.org.pem
 
  46         SSLCertificateKeyFile /etc/ssl/private/stateofthemap.org.key
 
  48         DocumentRoot /srv/stateofthemap.org/html
 
  51 <Directory /srv/stateofthemap.org/html>