From d48c1ce2af934c512f808150e95a60a3ace21640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Laboissi=C3=A8re?= Date: Sat, 10 Dec 2022 16:18:50 -0300 Subject: Initial commit --- cgitrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cgitrc (limited to 'cgitrc') diff --git a/cgitrc b/cgitrc new file mode 100644 index 0000000..4306062 --- /dev/null +++ b/cgitrc @@ -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 -- cgit v1.2.3