Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34e611b

Browse files
committed
Merge branch 'unified'
This brings in the change to redirect.conf so / redirects to a cgit page where the list of repos is sorted by idle times (newest first).
2 parents 2b97cef + 84fab9d commit 34e611b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

redirect.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# redirect.conf - redirects traffic from / to /cgit
1+
# redirect.conf - redirects traffic from / to /cgit/?s=idle
22
#
33
# This file is part of setup-cgit, an unofficial cgit how-to and scripts.
44
#
@@ -12,4 +12,4 @@
1212
# with this software. If not, see
1313
# <http://creativecommons.org/publicdomain/zero/1.0/>.
1414

15-
RedirectMatch ^/$ /cgit/
15+
RedirectMatch ^/$ /cgit/?s=idle

0 commit comments

Comments
 (0)