diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-08 18:50:20 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-08 18:50:20 +0200 |
commit | c44367534b4e637029d6891b29df8b57d0ad353d (patch) | |
tree | 991ad202b73f36eb10ca931413e083ae0434e19f /odin.nix | |
parent | 3aaf0a587656e7e8155562435a031b54e2996a9a (diff) | |
download | nixos-c44367534b4e637029d6891b29df8b57d0ad353d.tar nixos-c44367534b4e637029d6891b29df8b57d0ad353d.tar.gz nixos-c44367534b4e637029d6891b29df8b57d0ad353d.tar.bz2 nixos-c44367534b4e637029d6891b29df8b57d0ad353d.tar.xz nixos-c44367534b4e637029d6891b29df8b57d0ad353d.zip |
...
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -462,7 +462,7 @@ | |||
462 | 462 | ||
463 | locations = { | 463 | locations = { |
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 | }; |