mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
The included Marathon tmpl converts multiple slashes in Marathon app names to dashes.
This commit is contained in:
parent
f955cc33c5
commit
a9925c7521
@ -9,7 +9,7 @@
|
||||
[frontends.frontend{{.ID | replace "/" "-"}}]
|
||||
backend = "backend{{.ID | replace "/" "-"}}"
|
||||
passHostHeader = {{getPassHostHeader .}}
|
||||
[frontends.frontend-{{.ID | replace "/" ""}}.routes.route-host-{{.ID | replace "/" ""}}]
|
||||
[frontends.frontend{{.ID | replace "/" "-"}}.routes.route-host{{.ID | replace "/" "-"}}]
|
||||
rule = "{{getFrontendRule .}}"
|
||||
value = "{{getFrontendValue .}}"
|
||||
{{end}}
|
Loading…
x
Reference in New Issue
Block a user