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

This commit is contained in:
Anton McClure 2019-01-06 17:56:58 -05:00
parent ae519ed135
commit 2b4848e141
1 changed files with 12 additions and 0 deletions

View File

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