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