1 # DO NOT EDIT - This file is being maintained by Chef
 
   4         ServerName stats.openstreetmap.org
 
   5         ServerAlias stats.osm.org
 
   6         ServerAdmin webmaster@openstreetmap.org
 
   8         CustomLog /var/log/apache2/stats.openstreetmap.org-access.log combined
 
   9         ErrorLog /var/log/apache2/stats.openstreetmap.org-error.log
 
  12         SSLCertificateFile /etc/ssl/certs/stats.openstreetmap.org.pem
 
  13         SSLCertificateKeyFile /etc/ssl/private/stats.openstreetmap.org.key
 
  15         DocumentRoot <%= @directory %>
 
  16         Alias /awstats-icon/ /usr/share/awstats/icon/
 
  17         ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
 
  21         ServerName stats.openstreetmap.org
 
  22         ServerAlias stats.osm.org
 
  23         ServerAdmin webmaster@openstreetmap.org
 
  25         CustomLog /var/log/apache2/stats.openstreetmap.org-access.log combined
 
  26         ErrorLog /var/log/apache2/stats.openstreetmap.org-error.log
 
  28         RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
 
  29         RedirectPermanent / https://stats.openstreetmap.org/
 
  32 <Directory <%= @directory %>>
 
  38 <Directory /var/lib/awstats>
 
  44 <Directory /usr/share/awstats/icon>