1
0
Fork 0
This commit is contained in:
emile 2015-10-08 21:21:51 +02:00
parent 9d168c4e15
commit 27eae04e87
5 changed files with 87 additions and 73 deletions

View file

@ -15,5 +15,5 @@
backend = "backend{{.ID | replace "/" "-"}}"
[frontends.frontend-{{getHost . | replace "/" "-"}}.routes.route-host-{{getHost . | replace "/" "-"}}]
rule = "Host"
value = "{{getHost . | replace "/" "-"}}.{{$.Domain}}"
value = "{{getHost . | replace "/" "-"}}.{{getDomain .}}"
{{end}}