Skip to content

Commit

Permalink
slashes ended up in bad place.
Browse files Browse the repository at this point in the history
  • Loading branch information
icepic authored and traefiker committed Nov 8, 2019
1 parent dbf303d commit 97873dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/routing/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,12 +599,12 @@ This strategy can only be defined with [File](../../providers/file.md).
[tcp.services.appv1]
[tcp.services.appv1.loadBalancer]
[[tcp.services.appv1.loadBalancer.servers]]
address = "private-ip-server-1/:8080"
address = "private-ip-server-1:8080/"

[tcp.services.appv2]
[tcp.services.appv2.loadBalancer]
[[tcp.services.appv2.loadBalancer.servers]]
address = "private-ip-server-2/:8080"
address = "private-ip-server-2:8080/"
```

```yaml tab="YAML"
Expand Down

0 comments on commit 97873dd

Please sign in to comment.