From de64acd8e4fc5bd6170ef87c942b8357ea493934 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Thu, 10 Jan 2019 15:31:58 -0500 Subject: [PATCH] Update 'roles/webserver/files/etc/apache2/sites-available/amcclure.cf.conf' --- .../files/etc/apache2/sites-available/amcclure.cf.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/amcclure.cf.conf b/roles/webserver/files/etc/apache2/sites-available/amcclure.cf.conf index 131d6b5..7451628 100644 --- a/roles/webserver/files/etc/apache2/sites-available/amcclure.cf.conf +++ b/roles/webserver/files/etc/apache2/sites-available/amcclure.cf.conf @@ -1,7 +1,7 @@ ServerAdmin amcclure@ttm.sh ServerName amcclure.cf - DocumentRoot /var/www/amcclure/redirect + DocumentRoot /var/www/amcclure ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined @@ -14,7 +14,7 @@ ServerAdmin amcclure@ttm.sh ServerName amcclure.cf - DocumentRoot /var/www/amcclure/redirect + DocumentRoot /var/www/amcclure ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined