Add features redirect to cloud

This commit is contained in:
kolaente 2021-09-05 19:16:08 +02:00
parent 0ca940df9b
commit 7fba893da7
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 /features(.*) {
return 302 https://forms.reform.app/oSTwrh/vikunja-feedback;
}
location /survey {
return 302 https://forms.reform.app/oSTwrh/vikunja-feedback;
}