diff options
-rw-r--r-- | odin.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -461,10 +461,7 @@ | |||
461 | serverAliases = [ "odin" "10.141.1.2" ]; | 461 | serverAliases = [ "odin" "10.141.1.2" ]; |
462 | 462 | ||
463 | locations = { | 463 | locations = { |
464 | "/bar".extraConfig = '' | 464 | "/bar".proxyPass = "http://bar"; |
465 | return 301 /bar/; | ||
466 | ''; | ||
467 | "/bar".proxyPass = "http://bar/"; | ||
468 | }; | 465 | }; |
469 | }; | 466 | }; |
470 | 467 | ||