summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index a028da35..b1f19440 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -189,6 +189,10 @@ http {
return 301 /faq;
}
+ location = /FAQ {
+ return 301 /faq;
+ }
+
# mangled backlinks to /usage#updates
location = /updates {
return 301 /usage#updates;