<IfModule mod_ssl.c>
  <VirtualHost _default_:443>
    ServerName klimaplan-landshut.de
    ServerAlias www.klimaplan-landshut.de
    ServerAdmin webhamster@kornherr.dev
    DocumentRoot /var/www/klimaplan-landshut/
    <Directory /var/www/klimaplan-landshut>
    	AllowOverride All
    	Require all granted
    </Directory>
    ErrorLog "| /usr/local/bin/loganon.pl ${APACHE_LOG_DIR}/kpl-error.log"
    CustomLog "| /usr/local/bin/loganon.pl ${APACHE_LOG_DIR}/kpl-access.log" combined
    SSLEngine on
    SSLCertificateFile /etc/letsencrypt/live/www.landshut-muss-handeln.de/fullchain.pem
    SSLCertificateKeyFile /etc/letsencrypt/live/www.landshut-muss-handeln.de/privkey.pem
  </VirtualHost>
</IfModule>

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