From 34e1e581b3aae5c50e3722c1fe8f3484a78de10a Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 5 Sep 2021 15:46:56 +0200 Subject: [PATCH] Add redirect to feedback survey --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index f910284..fdf010b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -59,6 +59,10 @@ http { index index.html index.htm; } + location /survey { + return 302 https://forms.reform.app/oSTwrh/vikunja-feedback; + } + rewrite ^/en/(.*)$ https://$server_name/$1 redirect; error_page 404 /404.html;