diff --git a/roles/webserver/files/etc/apache2/sites-available/thunix.cf-le-ssl.conf b/roles/webserver/files/etc/apache2/sites-available/thunix.cf-le-ssl.conf index d0adbece..f01d7177 100644 --- a/roles/webserver/files/etc/apache2/sites-available/thunix.cf-le-ssl.conf +++ b/roles/webserver/files/etc/apache2/sites-available/thunix.cf-le-ssl.conf @@ -2,7 +2,7 @@ ServerAdmin amcclure@ttm.sh ServerName thunix.cf - DocumentRoot /var/www/thunix/redirect + DocumentRoot /var/www/thunix.cf ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined SSLCertificateFile /etc/letsencrypt/live/thunix.cf/fullchain.pem diff --git a/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf-le-ssl.conf b/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf-le-ssl.conf index a286bc3b..7d310954 100644 --- a/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf-le-ssl.conf +++ b/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf-le-ssl.conf @@ -2,7 +2,7 @@ ServerAdmin amcclure@ttm.sh ServerName www.thunix.cf - DocumentRoot /var/www/thunix/www + DocumentRoot /var/www/thunix.cf ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined SSLCertificateFile /etc/letsencrypt/live/www.thunix.cf/fullchain.pem