diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-08 18:58:53 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-08 18:58:53 +0200 |
commit | 3efc6b8d9e87a83be890e1d78d775fcb31c33f26 (patch) | |
tree | 8ef98242f1e65404ff6434c6faaec2aa68913e8a /odin.nix | |
parent | c8001504049e72de58854830bfc216a30f35c51d (diff) | |
download | nixos-3efc6b8d9e87a83be890e1d78d775fcb31c33f26.tar nixos-3efc6b8d9e87a83be890e1d78d775fcb31c33f26.tar.gz nixos-3efc6b8d9e87a83be890e1d78d775fcb31c33f26.tar.bz2 nixos-3efc6b8d9e87a83be890e1d78d775fcb31c33f26.tar.xz nixos-3efc6b8d9e87a83be890e1d78d775fcb31c33f26.zip |
...
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -461,7 +461,7 @@ | |||
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 | ||