1
0
Fork 0

Add lower-case passHostHeader key support.

This commit is contained in:
Ludovic Fernandez 2018-03-15 10:14:03 +01:00 committed by Traefiker Bot
parent f6c6d2bcd0
commit b1e3444798
3 changed files with 13 additions and 1 deletions

View file

@ -328,7 +328,7 @@ And there, the same dynamic configuration in a KV Store (using `prefix = "traefi
| Key | Value |
|----------------------------------------------------|--------------------|
| `/traefik/frontends/frontend2/backend` | `backend1` |
| `/traefik/frontends/frontend2/passHostHeader` | `true` |
| `/traefik/frontends/frontend2/passhostheader` | `true` |
| `/traefik/frontends/frontend2/priority` | `10` |
| `/traefik/frontends/frontend2/entrypoints` | `http,https` |
| `/traefik/frontends/frontend2/routes/test_2/rule` | `PathPrefix:/test` |