Add 'roles/webserver/files/etc/apache2/sites-available/amcclure.ttm.sh.conf'

This commit is contained in:
Anton McClure 2019-01-03 19:35:03 -05:00
parent 6579e9a978
commit a55490221e
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<VirtualHost *:80>
ServerAdmin amcclure@ttm.sh
ServerName amcclure.ttm.sh
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>