summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/node-light.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/2configs/shack/node-light.nix')
-rw-r--r--krebs/2configs/shack/node-light.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/2configs/shack/node-light.nix b/krebs/2configs/shack/node-light.nix
index d7e9e90b..63772f18 100644
--- a/krebs/2configs/shack/node-light.nix
+++ b/krebs/2configs/shack/node-light.nix
@@ -29,8 +29,8 @@ in {
services.nginx.virtualHosts."openhab.shack" = {
serverAliases = [ "lightapi.shack" ];
- locations."/power".proxyPass = "http://localhost:${port}";
- locations."/lounge".proxyPass = "http://localhost:${port}";
+ locations."/power/".proxyPass = "http://localhost:${port}/power/";
+ locations."/lounge/".proxyPass = "http://localhost:${port}/lounge/";
};
systemd.services.node-light= {
description = "node-light";