summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 9daf006e..a9960f8e 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -164,6 +164,11 @@ http {
return 301 /install/;
}
+ # mangled backlink to /faq
+ location = /fa {
+ return 301 /faq;
+ }
+
location = /web-install {
return 301 /install/web;
}