<IfModule mod_ssl.c>
<VirtualHost *:443>
	ServerName loramesh.hackzogtum-coburg.de
	ServerAdmin peter@kornherr.it
	ErrorLog "${APACHE_LOG_DIR}/lm-error.log"
	CustomLog "${APACHE_LOG_DIR}/lm-access.log" combined
	DocumentRoot /var/www/loramesh.hackzogtum-coburg.de
	<Directory /var/www/loramesh.hackzogtum-coburg.de/>
		AllowOverride All
		Options FollowSymLinks Multiviews
		Require all granted
	</Directory>
SSLCertificateFile /etc/letsencrypt/live/loramesh.hackzogtum-coburg.de/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/loramesh.hackzogtum-coburg.de/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
</IfModule>
