Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Apr 24, 2020
1 parent 2b3d11d commit 728a540
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions docs/content/routing/providers/kv.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,9 @@ A Story of key & values

See [servers](../services/index.md#servers) for more information.

| Key (Path) | Value |
|-----------------------------------------------------------------|-------------------------------|
| `traefik/http/services/myservice/loadbalancer/servers/0/url` | `http://private-ip-server-1/` |

??? info "`traefik/http/services/<service_name>/loadbalancer/servers/<n>/scheme`"

Overrides the default scheme.

| Key (Path) | Value |
|-----------------------------------------------------------------|--------|
| `traefik/http/services/myservice/loadbalancer/servers/0/scheme` | `http` |
| Key (Path) | Value -------------------------- |
|-----------------------------------------------------------------|---------------------------------------------------------|
| `traefik/http/services/myservice/loadbalancer/servers/0/url` | `http://<ip-server-1>:<port-server-1>/` |

??? info "`traefik/http/services/<service_name>/loadbalancer/passhostheader`"

Expand Down

0 comments on commit 728a540

Please sign in to comment.