summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:31:25 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:31:25 +0200
commit84d236de5721e0760e8e5258330f9e27b990bfa5 (patch)
tree8ef98242f1e65404ff6434c6faaec2aa68913e8a /odin.nix
parent8d4f2fb9a5f67493ad0ac94f3b6e3d68d4fa36a7 (diff)
downloadnixos-84d236de5721e0760e8e5258330f9e27b990bfa5.tar
nixos-84d236de5721e0760e8e5258330f9e27b990bfa5.tar.gz
nixos-84d236de5721e0760e8e5258330f9e27b990bfa5.tar.bz2
nixos-84d236de5721e0760e8e5258330f9e27b990bfa5.tar.xz
nixos-84d236de5721e0760e8e5258330f9e27b990bfa5.zip
...
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index de24564e..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