2018-12-21 14:50:46 +00:00
|
|
|
<VirtualHost *:80>
|
2019-02-16 00:19:56 +00:00
|
|
|
ServerAdmin webmaster@thunix.net
|
2018-12-21 14:50:46 +00:00
|
|
|
ServerName thunix.cf
|
2018-12-22 15:28:09 +00:00
|
|
|
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
|
2018-12-22 15:45:36 +00:00
|
|
|
<Directorymatch "^/.*/\.git/">
|
|
|
|
Order deny,allow
|
|
|
|
Deny from all
|
|
|
|
</Directorymatch>
|
2018-12-21 14:50:46 +00:00
|
|
|
</VirtualHost>
|