summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/muellshack.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/2configs/shack/muellshack.nix')
-rw-r--r--krebs/2configs/shack/muellshack.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/shack/muellshack.nix b/krebs/2configs/shack/muellshack.nix
index 92897214..1e6843bd 100644
--- a/krebs/2configs/shack/muellshack.nix
+++ b/krebs/2configs/shack/muellshack.nix
@@ -20,7 +20,7 @@ in {
};
};
services.nginx.virtualHosts."openhab.shack" = {
- locations."/muellshack".proxyPass = "http://localhost:${port}";
+ locations."/muellshack/".proxyPass = "http://localhost:${port}/muellshack/";
};
systemd.services.muellshack = {
description = "muellshack";