diff --git a/roles/webserver/files/etc/apache2/sites-available/stats.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/stats.thunix.net.conf index d8f6707..0e2d8f8 100644 --- a/roles/webserver/files/etc/apache2/sites-available/stats.thunix.net.conf +++ b/roles/webserver/files/etc/apache2/sites-available/stats.thunix.net.conf @@ -1,6 +1,7 @@ - + ServerAdmin webmaster@thunix.net ServerName stats.thunix.net + SSLEngine on DocumentRoot /var/www/stats.thunix.net ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined @@ -8,4 +9,6 @@ Order deny,allow Deny from all - +SSLCertificateFile /etc/letsencrypt/live/thunix.net/fullchain.pem +SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net/privkey.pem + \ No newline at end of file