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;