Update 'roles/webserver/files/etc/apache2/sites-available/amcclure.cf.conf'

This commit is contained in:
Anton McClure 2019-01-10 15:31:58 -05:00
parent db8efbeb5b
commit de64acd8e4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<VirtualHost *:80>
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
<Directorymatch "^/.*/\.git/">
@ -14,7 +14,7 @@
<VirtualHost *:443>
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
<Directorymatch "^/.*/\.git/">