diff options
| -rw-r--r-- | odin.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -461,13 +461,13 @@ | |||
| 461 | serverAliases = [ "odin" "10.141.1.2" ]; | 461 | serverAliases = [ "odin" "10.141.1.2" ]; |
| 462 | 462 | ||
| 463 | locations = { | 463 | locations = { |
| 464 | "/bar".proxyPass = "http://bar/"; | 464 | "/bar/".proxyPass = "http://bar/"; |
| 465 | }; | 465 | }; |
| 466 | }; | 466 | }; |
| 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 | }; |
