1
0
Fork 0
This commit is contained in:
emile 2015-12-02 08:56:12 +01:00
parent 4abb4c6489
commit e728f32a15
3 changed files with 4 additions and 71 deletions

View file

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