summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-02-23 00:50:30 -0500
committercyfraeviolae <cyfraeviolae>2022-02-23 00:50:30 -0500
commit990816bd196af146c8a507018e1042a67f97e2b3 (patch)
tree8a45c2ea2688f1adc5f7135f769b5d09642105fa
parent82d136674f54de683b8d1687a1363ff09a6b35ee (diff)
cgit
-rw-r--r--cgitrc24
1 files changed, 24 insertions, 0 deletions
diff --git a/cgitrc b/cgitrc
new file mode 100644
index 0000000..23d5333
--- /dev/null
+++ b/cgitrc
@@ -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
+