add another FAQ redirect

This commit is contained in:
Daniel Micay 2021-08-30 18:49:23 -04:00
parent f76e1ff284
commit 0e2e39ad52

View File

@ -189,6 +189,10 @@ http {
return 301 /faq;
}
location = /FAQ {
return 301 /faq;
}
# mangled backlinks to /usage#updates
location = /updates {
return 301 /usage#updates;