redirect mangled backlinks to /usage#updates
This commit is contained in:
parent
2efda9f4da
commit
d89ba6bbcf
@ -169,6 +169,11 @@ http {
|
|||||||
return 301 /faq;
|
return 301 /faq;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# mangled backlinks to /usage#updates
|
||||||
|
location = /updates {
|
||||||
|
return 301 /usage#updates;
|
||||||
|
}
|
||||||
|
|
||||||
location = /web-install {
|
location = /web-install {
|
||||||
return 301 /install/web;
|
return 301 /install/web;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user