From 0e2e39ad521838cc571a1c665326100aeba57bf5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 30 Aug 2021 18:49:23 -0400 Subject: [PATCH] add another FAQ redirect --- nginx/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) 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;