<IfModule mod_ssl.c>
	<VirtualHost _default_:443>
		ServerName piwik.kornherr.net
		ServerAlias piwik.ver.de
		ServerAdmin webhamster@kornherr.dev
		DocumentRoot /var/www/piwik
		ErrorLog "| /usr/local/bin/loganon.pl ${APACHE_LOG_DIR}/piwik-error.log"
		CustomLog "| /usr/local/bin/loganon.pl ${APACHE_LOG_DIR}/piwik-access.log" combined
		SSLEngine on
		SSLCertificateFile /etc/letsencrypt/live/devel.kornherr.net/cert.pem
		SSLCertificateKeyFile /etc/letsencrypt/live/devel.kornherr.net/privkey.pem
	</VirtualHost>
</IfModule>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
