-<VirtualHost *:80>
- ServerName munin.openstreetmap.org
- ServerAlias munin.osm.org
- ServerAdmin webmaster@openstreetmap.org
+<VirtualHost *:443>
+ ServerName munin.openstreetmap.org
+ ServerAlias munin.osm.org
+ ServerAdmin webmaster@openstreetmap.org
+
+ CustomLog /var/log/apache2/munin.openstreetmap.org-access.log combined
+ ErrorLog /var/log/apache2/munin.openstreetmap.org-error.log
+
+ SSLEngine on
+ SSLCertificateFile /etc/ssl/certs/munin.openstreetmap.org.pem
+ SSLCertificateKeyFile /etc/ssl/private/munin.openstreetmap.org.key
+
+ SetEnv RRDCACHED_ADDRESS /var/run/rrdcached.sock
+
+ DocumentRoot /srv/munin.openstreetmap.org
+ Alias /static/favicon.ico /srv/munin.openstreetmap.org/favicon.ico
+ Alias /static/ /etc/munin/static/
+ ScriptAlias /munin-cgi/ /usr/lib/munin/cgi/