summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:58:53 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:58:53 +0200
commit3efc6b8d9e87a83be890e1d78d775fcb31c33f26 (patch)
tree8ef98242f1e65404ff6434c6faaec2aa68913e8a
parentc8001504049e72de58854830bfc216a30f35c51d (diff)
downloadnixos-3efc6b8d9e87a83be890e1d78d775fcb31c33f26.tar
nixos-3efc6b8d9e87a83be890e1d78d775fcb31c33f26.tar.gz
nixos-3efc6b8d9e87a83be890e1d78d775fcb31c33f26.tar.bz2
nixos-3efc6b8d9e87a83be890e1d78d775fcb31c33f26.tar.xz
nixos-3efc6b8d9e87a83be890e1d78d775fcb31c33f26.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