summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/muellshack.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-07-16 18:57:09 +0200
committermakefu <github@syntax-fehler.de>2019-07-16 18:57:09 +0200
commit570af0025a1ff0e1346b7efcacf6eb00ebc7d4d6 (patch)
treea2cf0c82f68cb2d64bf0f72e3cd5859ea200ae59 /krebs/2configs/shack/muellshack.nix
parentcd1ab46c3b2069318c72dc56e7cfe7ae5a06f3e9 (diff)
shack/muellshack,node-light: fix paths
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";