redirect mangled backlinks to /usage#updates
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user