1
0
Fork 0

fix: list entries parsing.

This commit is contained in:
Ludovic Fernandez 2018-01-09 12:40:04 +01:00 committed by Traefiker
parent e74a20de24
commit d88554fa92
3 changed files with 31 additions and 2 deletions

View file

@ -572,7 +572,7 @@ var _templatesKvTmpl = []byte(`{{$frontends := List .Prefix "/frontends/" }}
[frontends]{{range $frontends}}
{{$frontend := Last .}}
{{$entryPoints := SplitGet . "/entrypoints"}}
{{$entryPoints := GetList . "/entrypoints"}}
[frontends."{{$frontend}}"]
backend = "{{Get "" . "/backend"}}"
passHostHeader = {{Get "true" . "/passHostHeader"}}