summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-08 19:07:55 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-08 19:07:55 +0200
commit2244ff10989f6f5c6022222227dc6356427f38a7 (patch)
tree5ad7b69a5426ccd7c6922d0e2bdad1ffb5d0da73
parent3efc6b8d9e87a83be890e1d78d775fcb31c33f26 (diff)
downloadnixos-2244ff10989f6f5c6022222227dc6356427f38a7.tar
nixos-2244ff10989f6f5c6022222227dc6356427f38a7.tar.gz
nixos-2244ff10989f6f5c6022222227dc6356427f38a7.tar.bz2
nixos-2244ff10989f6f5c6022222227dc6356427f38a7.tar.xz
nixos-2244ff10989f6f5c6022222227dc6356427f38a7.zip
...
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index d3d748ed..f19688d2 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