From 45f6c3122f6904b90efa386c0327f95784ac4dd4 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Fri, 21 Dec 2018 22:21:27 -0500 Subject: [PATCH] changed webroot --- .../webserver/files/etc/apache2/sites-available/thunix.cf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/thunix.cf.conf b/roles/webserver/files/etc/apache2/sites-available/thunix.cf.conf index 01f7cfa..09f606d 100644 --- a/roles/webserver/files/etc/apache2/sites-available/thunix.cf.conf +++ b/roles/webserver/files/etc/apache2/sites-available/thunix.cf.conf @@ -1,7 +1,7 @@ ServerAdmin amcclure@ttm.sh ServerName thunix.cf - DocumentRoot /var/www/thunix/redirect + DocumentRoot /var/www/html ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined