diff options
Diffstat (limited to 'cgitrc')
-rw-r--r-- | cgitrc | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +css=/cgit.css +logo=/cgit.png + +# Following lines work with the above Apache config +#css=/cgit-css/cgit.css +#logo=/cgit-css/cgit.png + +# Following lines work with the above Lighttpd config +#css=/cgit/cgit.css +#logo=/cgit/cgit.png + +# 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=/ + +scan-path=/srv/git/ +source-filter=/usr/lib/cgit/filters/syntax-highlighting.py + |