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