1
0
mirror of https://github.com/containous/traefik.git synced 2024-12-22 13:34:03 +03:00

Merge pull request #112 from bennyhansson/master

Add passHostHeader to kv frontend definition.
This commit is contained in:
Vincent Demeester 2015-11-17 16:28:59 +01:00
commit 3f905ee7d0

View File

@ -28,6 +28,7 @@
{{$frontend := Last .}}
[frontends.{{$frontend}}]
backend = "{{Get . "/backend"}}"
passHostHeader = "{{Get . "/passHostHeader"}}"
{{$routes := List . "/routes/"}}
{{range $routes}}
[frontends.{{$frontend}}.routes.{{Last .}}]