From fcea59ab722567ef73696f4854ea450adbcaacc1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 5 Sep 2021 19:48:42 +0200 Subject: [PATCH] Fix features redirect --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index f6aa020..e58352b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -60,7 +60,7 @@ http { } location /features { - return 302 https://vikunja.cloud/features; + return 302 https://vikunja.cloud/features?from=io; } location /survey {