replace legacy /install redirect

This commit is contained in:
Daniel Micay
2021-03-06 22:38:39 -05:00
parent 5450f94be1
commit aae0ac8edf
10 changed files with 30 additions and 12 deletions

View File

@@ -164,11 +164,7 @@ http {
# mangled backlinks to /install
location = /installMinimal {
return 301 /install;
}
location = /install {
return 301 /install/cli;
return 301 /install/;
}
location = /web-install {