redirect mangled backlinks to /usage#updates

This commit is contained in:
Daniel Micay 2021-04-17 04:21:36 -04:00
parent 2efda9f4da
commit d89ba6bbcf

View File

@ -169,6 +169,11 @@ http {
return 301 /faq;
}
# mangled backlinks to /usage#updates
location = /updates {
return 301 /usage#updates;
}
location = /web-install {
return 301 /install/web;
}