From f56e3706e625579ec5cf9e4716e10de12c706fb3 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 28 Jun 2023 17:54:07 +0000 Subject: [PATCH] Update 'roles/webserver/files/etc/apache2/sites-available/forums.thunix.net.conf' --- .../files/etc/apache2/sites-available/forums.thunix.net.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/forums.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/forums.thunix.net.conf index 00ce2f1..92b3932 100644 --- a/roles/webserver/files/etc/apache2/sites-available/forums.thunix.net.conf +++ b/roles/webserver/files/etc/apache2/sites-available/forums.thunix.net.conf @@ -1,7 +1,6 @@ ServerAdmin webmaster@thunix.net ServerName forums.thunix.net - ServerAlias forums.thunixme5v4rnoby.onion DocumentRoot /var/www/forums.thunix.net ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined @@ -23,8 +22,8 @@ Order deny,allow Deny from all - SSLCertificateFile /etc/letsencrypt/live/forums.thunix.net/fullchain.pem - SSLCertificateKeyFile /etc/letsencrypt/live/forums.thunix.net/privkey.pem + SSLCertificateFile /etc/letsencrypt/live/thunix.net/fullchain.pem + SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf