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

This commit is contained in:
ubergeek 2018-12-22 10:46:03 -05:00
parent 8d9fd131b7
commit 9e0c5ae59a
1 changed files with 4 additions and 0 deletions

View File

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