aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cgit/templates/webapp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cgit/templates/webapp.conf')
-rw-r--r--modules/cgit/templates/webapp.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/cgit/templates/webapp.conf b/modules/cgit/templates/webapp.conf
new file mode 100644
index 00000000..54c85a29
--- /dev/null
+++ b/modules/cgit/templates/webapp.conf
@@ -0,0 +1,9 @@
+# gitweb configuration
+# disabled
+#Alias /gitweb /usr/share/gitweb
+
+<Directory /usr/share/gitweb>
+ Order allow,deny
+ Allow from all
+</Directory>
+