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