Skip to content

Commit

Permalink
Fix basic docs for configuration of multiple rules (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaegle authored and emilevauge committed Aug 3, 2016
1 parent 5ce9719 commit ffa060c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ In TOML file, you can use multiple routes:
[frontends.frontend3.routes.test_1]
rule = "Host:test3.localhost"
[frontends.frontend3.routes.test_2]
rule = "Host:Path:/test"
rule = "Path:/test"
```

Here `frontend3` will forward the traffic to the `backend2` if the rules `Host:test3.localhost` **AND** `Path:/test` are matched.
Expand Down

0 comments on commit ffa060c

Please sign in to comment.