summaryrefslogtreecommitdiff
path: root/files/conf.d/git.conf
diff options
context:
space:
mode:
Diffstat (limited to 'files/conf.d/git.conf')
-rw-r--r--files/conf.d/git.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/files/conf.d/git.conf b/files/conf.d/git.conf
new file mode 100644
index 0000000..c03ee2b
--- /dev/null
+++ b/files/conf.d/git.conf
@@ -0,0 +1,5 @@
+# deny access to git repository folders
+<DirectoryMatch .*\.git/.*>
+ Order allow,deny
+ Deny From All
+</DirectoryMatch>