Add redirect to feedback survey
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-09-05 15:46:56 +02:00
parent 3cd427a4c2
commit 34e1e581b3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

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