mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Add passHostHeader to frontend definition.
This commit is contained in:
parent
400655f212
commit
e90cb6b53b
@ -28,6 +28,7 @@
|
||||
{{$frontend := Last .}}
|
||||
[frontends.{{$frontend}}]
|
||||
backend = "{{Get . "/backend"}}"
|
||||
passHostHeader = "{{Get . "/passHostHeader"}}"
|
||||
{{$routes := List . "/routes/"}}
|
||||
{{range $routes}}
|
||||
[frontends.{{$frontend}}.routes.{{Last .}}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user