diff options
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||