summaryrefslogtreecommitdiff
path: root/files/conf.d/git.conf
blob: c03ee2b573e879050a18ae4464cb701b4875cc85 (plain)
1
2
3
4
5
# deny access to git repository folders
<DirectoryMatch .*\.git/.*>
    Order allow,deny
    Deny From All
</DirectoryMatch>