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;