feat: add redirect
This commit is contained in:
parent
e38ffbedf4
commit
c923126eff
3 changed files with 53 additions and 2 deletions
|
|
@ -16,4 +16,15 @@ in
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
type = "redirect";
|
||||
domain = "wekan.${net.devices.remote_proxy.domain}";
|
||||
endpoint = "/";
|
||||
force_ssl = true;
|
||||
port = 443;
|
||||
content = {
|
||||
target = "https://vikunja.${net.devices.remote_proxy.domain}/";
|
||||
status = 301;
|
||||
};
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue