Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b97cef + 84fab9d commit 34e611bCopy full SHA for 34e611b
1 file changed
redirect.conf
@@ -1,4 +1,4 @@
1
-# redirect.conf - redirects traffic from / to /cgit
+# redirect.conf - redirects traffic from / to /cgit/?s=idle
2
#
3
# This file is part of setup-cgit, an unofficial cgit how-to and scripts.
4
@@ -12,4 +12,4 @@
12
# with this software. If not, see
13
# <http://creativecommons.org/publicdomain/zero/1.0/>.
14
15
-RedirectMatch ^/$ /cgit/
+RedirectMatch ^/$ /cgit/?s=idle
0 commit comments