diff options
Diffstat (limited to 'cgitrc')
-rw-r--r-- | cgitrc | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +# +# cgit config +# + +css=/cgit.css + +root-title=Archlinux32 Git Repositories +root-desc=Git repositories hosted at archlinux32.org + +logo= +header=/usr/share/webapps/cgit/header.html +footer=/usr/share/webapps/cgit/footer.html + +# Allow http transport git clone +#enable-http-clone=0 + + +# if you do not want that webcrawler (like google) index your site +robots=noindex, nofollow + +# if cgit messes up links, use a virtual-root. For example, cgit.example.org/ has this value: +virtual-root=/ + +project-list=/var/lib/gitolite/projects.list +scan-path=/data/git + + |