From 7b1d0676000cea7b26ee1470b7ccda8c97df827f Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 5 Sep 2021 19:19:56 +0200 Subject: [PATCH] Fix features redirect --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 704bb49..f6aa020 100644 --- a/nginx.conf +++ b/nginx.conf @@ -59,8 +59,8 @@ http { index index.html index.htm; } - location /features(.*) { - return 302 https://forms.reform.app/oSTwrh/vikunja-feedback; + location /features { + return 302 https://vikunja.cloud/features; } location /survey {