summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:41:42 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:41:42 +0200
commitd233652b78e576f004becafba59b0bc5f4965752 (patch)
tree8ef98242f1e65404ff6434c6faaec2aa68913e8a
parentf57156879cc22cda543bf689bc28bf90280bd9b7 (diff)
downloadnixos-d233652b78e576f004becafba59b0bc5f4965752.tar
nixos-d233652b78e576f004becafba59b0bc5f4965752.tar.gz
nixos-d233652b78e576f004becafba59b0bc5f4965752.tar.bz2
nixos-d233652b78e576f004becafba59b0bc5f4965752.tar.xz
nixos-d233652b78e576f004becafba59b0bc5f4965752.zip
...
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 406df0c6..d3d748ed 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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