redirect broken backlink to /faq
This commit is contained in:
parent
aff5f4def1
commit
2efda9f4da
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user