add redirects to handle reversed order for install
This commit is contained in:
parent
a456980c3d
commit
2c3b0f28c0
@ -162,6 +162,14 @@ http {
|
||||
return 301 /install/web;
|
||||
}
|
||||
|
||||
location = /cli/install {
|
||||
return 301 /install/cli;
|
||||
}
|
||||
|
||||
location = /web/install {
|
||||
return 301 /install/web;
|
||||
}
|
||||
|
||||
location = /LICENSE {
|
||||
return 301 /LICENSE.txt;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user