summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:51:23 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:51:23 +0200
commitf1503476058d62e5a1d76d0d20ff07ec0e5f8e10 (patch)
treed082dd8d5d61b5825c1f96de8e492ebeeb497fbf
parentc44367534b4e637029d6891b29df8b57d0ad353d (diff)
downloadnixos-f1503476058d62e5a1d76d0d20ff07ec0e5f8e10.tar
nixos-f1503476058d62e5a1d76d0d20ff07ec0e5f8e10.tar.gz
nixos-f1503476058d62e5a1d76d0d20ff07ec0e5f8e10.tar.bz2
nixos-f1503476058d62e5a1d76d0d20ff07ec0e5f8e10.tar.xz
nixos-f1503476058d62e5a1d76d0d20ff07ec0e5f8e10.zip
...
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 0182eb64..bb17185a 100644
--- a/odin.nix
+++ b/odin.nix
@@ -464,7 +464,7 @@
464 "/bar".extraConfig = '' 464 "/bar".extraConfig = ''
465 return 301 /bar/; 465 return 301 /bar/;
466 ''; 466 '';
467 "/bar/".proxyPass = "http://bar/"; 467 "/bar".proxyPass = "http://bar/";
468 }; 468 };
469 }; 469 };
470 470