diff options
Diffstat (limited to 'cgitrc')
-rw-r--r-- | cgitrc | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +# -*- shell-script -*- + +# Locations of style files +css=/cgit-css/cgit.css +logo=/cgit-css/cgit.png + +# Prevent webcrawler (like google) index our site +robots=noindex, nofollow + +# Allow http transport git clone +enable-http-clone=1 + +# Allowed repos +include=/etc/cgitrepos |