diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-08 18:36:52 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-08 18:36:52 +0200 |
commit | 0ea03e419a64d33bc312fb44a001b6c43f0778e1 (patch) | |
tree | da949940fc578888687fb552557da26b9e610d04 /odin.nix | |
parent | 796a092f6ffea83d063d3bb687a18910234c8b80 (diff) | |
download | nixos-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.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | }; |