summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:36:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:36:52 +0200
commit0ea03e419a64d33bc312fb44a001b6c43f0778e1 (patch)
treeda949940fc578888687fb552557da26b9e610d04 /odin.nix
parent796a092f6ffea83d063d3bb687a18910234c8b80 (diff)
downloadnixos-0ea03e419a64d33bc312fb44a001b6c43f0778e1.tar
nixos-0ea03e419a64d33bc312fb44a001b6c43f0778e1.tar.gz
nixos-0ea03e419a64d33bc312fb44a001b6c43f0778e1.tar.bz2
nixos-0ea03e419a64d33bc312fb44a001b6c43f0778e1.tar.xz
nixos-0ea03e419a64d33bc312fb44a001b6c43f0778e1.zip
...
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/odin.nix b/odin.nix
index a1211196..ae952b18 100644
--- a/odin.nix
+++ b/odin.nix
@@ -446,7 +446,7 @@
446 services.bar = { 446 services.bar = {
447 enable = true; 447 enable = true;
448 port = 8082; 448 port = 8082;
449 approot = "/bar"; 449 approot = "";
450 ipFromHeader = true; 450 ipFromHeader = true;
451 }; 451 };
452 452
@@ -467,7 +467,7 @@
467 467
468 upstreams = { 468 upstreams = {
469 "bar" = { 469 "bar" = {
470 servers."localhost:${toString config.services.bar.port}/"= {}; 470 servers."localhost:${toString config.services.bar.port}"= {};
471 }; 471 };
472 }; 472 };
473 }; 473 };