mirror of
https://github.com/containous/traefik.git
synced 2024-12-23 17:34:13 +03:00
Fix health check path key name in Marathon template.
This commit is contained in:
parent
d57f83c31c
commit
8fd6160758
@ -13,7 +13,7 @@ logLevel = "DEBUG"
|
||||
[backends]
|
||||
[backends.backend1]
|
||||
[backends.backend1.healthcheck]
|
||||
url = "/health"
|
||||
path = "/health"
|
||||
interval = "1s"
|
||||
[backends.backend1.servers.server1]
|
||||
url = "http://{{.Server1}}:80"
|
||||
|
Loading…
Reference in New Issue
Block a user