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

This commit is contained in:
ubergeek 2018-12-22 10:45:36 -05:00
parent 18d8b4a97c
commit 8d9fd131b7
1 changed files with 4 additions and 0 deletions

View File

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