1
0

Added docs redirect

Updated docs theme
This commit is contained in:
konrad
2019-03-24 19:38:12 +01:00
parent c27e8fe2f1
commit 81f76f09ce
2 changed files with 5 additions and 1 deletions

View File

@ -14,4 +14,8 @@ server {
location = /50x.html { location = /50x.html {
root /usr/share/nginx/html; root /usr/share/nginx/html;
} }
location /docs/contact {
return 301 $scheme://vikunja.io/en/contact;
}
} }