From 4c1a02ebe6e5a65b6a1bf79e3320b42f33222f3b Mon Sep 17 00:00:00 2001 From: Lauren Perry Date: Wed, 28 Oct 2015 16:48:51 +0000 Subject: Redirect cgi-bin/cgit.cgi/ from urls, replace it with cgit/ This is much less typing and gives us neater URLs! The paths /baserock and /delta are also now specially redirected to /cgit/baserock and /cgit/delta, for the benefit of the extra-lazy. Change-Id: I9cda805c0a6134fb91595bbf8f3e74668d745327 --- share/etc/cgitrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share') diff --git a/share/etc/cgitrc b/share/etc/cgitrc index 28540dd..83daf94 100644 --- a/share/etc/cgitrc +++ b/share/etc/cgitrc @@ -24,3 +24,5 @@ mimetype.png=image/png mimetype.svg=image/svg+xml scan-path=/home/git/repos/ + +virtual-root=/cgit/ -- cgit v1.2.1