Skip to content

Commit

Permalink
review.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored and traefiker committed Sep 30, 2019
1 parent d1c46f8 commit 59fe2aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/content/routing/providers/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ you'd add the label `traefik.http.services.<name-of-your-choice>.loadbalancer.pa
```

??? info "`traefik.http.services.<service_name>.loadbalancer.passhostheader`"
<!-- TODO doc passHostHeader in services page -->

See [pass Host header](../services/index.md#pass-host-header) for more information.

```yaml
- "traefik.http.services.myservice.loadbalancer.passhostheader=true"
Expand Down
3 changes: 2 additions & 1 deletion docs/content/routing/providers/marathon.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ For example, to change the passHostHeader behavior, you'd add the label `"traefi
```

??? info "`traefik.http.services.<service_name>.loadbalancer.passhostheader`"
<!-- TODO doc passHostHeader in services page -->

See [pass Host header](../services/index.md#pass-host-header) for more information.

```json
"traefik.http.services.myservice.loadbalancer.passhostheader": "true"
Expand Down
3 changes: 2 additions & 1 deletion docs/content/routing/providers/rancher.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ you'd add the label `traefik.http.services.{name-of-your-choice}.loadbalancer.pa
```

??? info "`traefik.http.services.<service_name>.loadbalancer.passhostheader`"
<!-- TODO doc passHostHeader in services page -->

See [pass Host header](../services/index.md#pass-host-header) for more information.

```yaml
- "traefik.http.services.myservice.loadbalancer.passhostheader=true"
Expand Down

0 comments on commit 59fe2aa

Please sign in to comment.