From 8eb1ac4f2ef61f77958244195b2dce2dd7e94ab4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 25 Feb 2022 14:26:45 +0100 Subject: [PATCH] fix(nginx): redirect /docs/docs to /docs --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index e58352b..f057e5d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -63,6 +63,10 @@ http { return 302 https://vikunja.cloud/features?from=io; } + location /docs/docs { + return 302 https://vikunja.io/docs; + } + location /survey { return 302 https://forms.reform.app/oSTwrh/vikunja-feedback; }