diff options
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 | }; |