forked from vikunja/website-old
fix(nginx): redirect /docs/docs to /docs
This commit is contained in:
parent
8af6976f17
commit
8eb1ac4f2e
@ -63,6 +63,10 @@ http {
|
||||
return 302 https://vikunja.cloud/features?from=io;
|
||||
}
|
||||
|
||||
location /docs/docs {
|
||||
return 302 https://vikunja.io/docs;
|
||||
}
|
||||
|
||||
location /survey {
|
||||
return 302 https://forms.reform.app/oSTwrh/vikunja-feedback;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user