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

12 lines
313 B
Plaintext
Raw Normal View History

2018-12-21 14:50:46 +00:00
<VirtualHost *:80>
ServerAdmin amcclure@ttm.sh
ServerName www.thunix.cf
DocumentRoot /var/www/thunix.cf
2018-12-21 14:50:46 +00:00
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>
2018-12-21 14:50:46 +00:00
</VirtualHost>