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; }