-rw-r--r-- | cgitrc | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -4,8 +4,4 @@ -## 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: @@ -62,2 +58,11 @@ ## 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 |