aboutsummaryrefslogtreecommitdiff
path: root/cgitrc
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgitrc')
-rw-r--r--cgitrc13
1 files changed, 4 insertions, 9 deletions
diff --git a/cgitrc b/cgitrc
index da3d138..7e7fae5 100644
--- a/cgitrc
+++ b/cgitrc
@@ -3,6 +3,10 @@
##
+## root folder for git repos
+#root=/usr/src/git
+
+
## base for virtual urls. If specified, rewrite rules must be added to
## httpd.conf. Possible rules for /git/ when cgit.cgi is accessed as /cgit.cgi:
##
@@ -57,12 +61,3 @@
## ttl for static pages (addressed by SHA-1)
#cache-static-ttl=-1
-
-
-
-## Example repository entry
-#repo.url=cgit
-#repo.name=cgit
-#repo.desc=the caching cgi for git
-#repo.path=/pub/git/cgit
-#repo.owner=Lars Hjemli