replace legacy /install redirect
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user