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

This commit is contained in:
Anton McClure 2019-01-08 19:56:06 -05:00
parent e71a22744b
commit 5a24765962
1 changed files with 1 additions and 13 deletions

View File

@ -8,16 +8,4 @@
Order deny,allow
Deny from all
</Directorymatch>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin amcclure@ttm.sh
ServerName www.amcclure.cf
DocumentRoot /var/www/amcclure
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>
</VirtualHost>
</VirtualHost>