redirect broken backlink to /faq

This commit is contained in:
Daniel Micay 2021-04-17 04:18:24 -04:00
parent aff5f4def1
commit 2efda9f4da

View File

@ -164,6 +164,11 @@ http {
return 301 /install/; return 301 /install/;
} }
# mangled backlink to /faq
location = /fa {
return 301 /faq;
}
location = /web-install { location = /web-install {
return 301 /install/web; return 301 /install/web;
} }