1 # DO NOT EDIT - This file is being maintained by Chef
 
   4         ServerName stateofthemap.org
 
   5         ServerAlias stateofthemap.com
 
   6         ServerAlias www.stateofthemap.org
 
   7         ServerAlias www.stateofthemap.com
 
   8         ServerAdmin webmaster@openstreetmap.org
 
  10         CustomLog /var/log/apache2/stateofthemap.org-access.log combined
 
  11         ErrorLog /var/log/apache2/stateofthemap.org-error.log
 
  13         RedirectPermanent / https://stateofthemap.org/
 
  17         ServerName stateofthemap.com
 
  18         ServerAlias www.stateofthemap.org
 
  19         ServerAlias www.stateofthemap.com
 
  20         ServerAdmin webmaster@openstreetmap.org
 
  22         CustomLog /var/log/apache2/stateofthemap.org-access.log combined
 
  23         ErrorLog /var/log/apache2/stateofthemap.org-error.log
 
  27         RedirectPermanent / https://stateofthemap.org/
 
  31         ServerName stateofthemap.org
 
  32         ServerAdmin webmaster@openstreetmap.org
 
  34         CustomLog /var/log/apache2/stateofthemap.org-access.log combined
 
  35         ErrorLog /var/log/apache2/stateofthemap.org-error.log
 
  39         DocumentRoot /srv/stateofthemap.org/html
 
  42 <Directory /srv/stateofthemap.org/html>