<IfModule mod_ssl.c>
  <VirtualHost _default_:443>
    ServerName landshut-muss-handeln.de
    ServerAlias www.landshut-muss-handeln.de
    ServerAdmin webhamster@kornherr.dev
    DocumentRoot /var/www/landshut-muss-handeln/
    <Directory /var/www/landshut-muss-handeln>
      AllowOverride All
      Require all granted
    </Directory>
    ErrorLog "| /usr/local/bin/loganon.pl ${APACHE_LOG_DIR}/lmh-error.log"
    CustomLog "| /usr/local/bin/loganon.pl ${APACHE_LOG_DIR}/lmh-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
