Fix features redirect
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-09-05 19:19:56 +02:00
parent 7fba893da7
commit 7b1d067600
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ http {
index index.html index.htm;
}
location /features(.*) {
return 302 https://forms.reform.app/oSTwrh/vikunja-feedback;
location /features {
return 302 https://vikunja.cloud/features;
}
location /survey {