uptime-kuma: now proxy websockets as well
This commit is contained in:
parent
a269868d74
commit
9196021d2f
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ in {
|
|||
|
||||
locations."/" = config.mine.shared.lib.authelia.mkProtectedLocation {
|
||||
proxyPass = "http://localhost:${builtins.toString config.services.uptime-kuma.settings.PORT}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue