mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
set rediraffe auto redirect percentage to 80%
This commit is contained in:
@@ -237,6 +237,10 @@ ogp_use_first_image = True
|
|||||||
#
|
#
|
||||||
rediraffe_branch = os.environ.get("REDIRAFFE_BRANCH", "main")
|
rediraffe_branch = os.environ.get("REDIRAFFE_BRANCH", "main")
|
||||||
rediraffe_redirects = "redirects.txt"
|
rediraffe_redirects = "redirects.txt"
|
||||||
|
|
||||||
|
# allow 80% match for autogenerated redirects
|
||||||
|
rediraffe_auto_redirect_perc = 80
|
||||||
|
|
||||||
# rediraffe_redirects = {
|
# rediraffe_redirects = {
|
||||||
# "old-file": "new-folder/new-file-name",
|
# "old-file": "new-folder/new-file-name",
|
||||||
# }
|
# }
|
||||||
|
Reference in New Issue
Block a user