diff --git a/roles/webserver/files/etc/apache2/sites-available/dev.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/dev.thunix.net.conf index 5fad7f3..ece0836 100644 --- a/roles/webserver/files/etc/apache2/sites-available/dev.thunix.net.conf +++ b/roles/webserver/files/etc/apache2/sites-available/dev.thunix.net.conf @@ -1,7 +1,6 @@ ServerAdmin webmaster@thunix.net ServerName dev.thunix.net - ServerAlias dev.thunixme5v4rnoby.onion DocumentRoot /var/www/thunix.cf ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined @@ -23,7 +22,7 @@ Deny from all Include /etc/letsencrypt/options-ssl-apache.conf -SSLCertificateFile /etc/letsencrypt/live/dev.thunix.net/fullchain.pem -SSLCertificateKeyFile /etc/letsencrypt/live/dev.thunix.net/privkey.pem +SSLCertificateFile /etc/letsencrypt/live/thunix.net/fullchain.pem +SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net/privkey.pem