Merge pull request #112 from bennyhansson/master
Add passHostHeader to kv frontend definition.
This commit is contained in:
commit
3f905ee7d0
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
{{$frontend := Last .}}
|
{{$frontend := Last .}}
|
||||||
[frontends.{{$frontend}}]
|
[frontends.{{$frontend}}]
|
||||||
backend = "{{Get . "/backend"}}"
|
backend = "{{Get . "/backend"}}"
|
||||||
|
passHostHeader = "{{Get . "/passHostHeader"}}"
|
||||||
{{$routes := List . "/routes/"}}
|
{{$routes := List . "/routes/"}}
|
||||||
{{range $routes}}
|
{{range $routes}}
|
||||||
[frontends.{{$frontend}}.routes.{{Last .}}]
|
[frontends.{{$frontend}}.routes.{{Last .}}]
|
||||||
|
|
Loading…
Reference in a new issue