diff options
Diffstat (limited to 'consul')
-rw-r--r-- | consul/configuration/traefik/traefik.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/consul/configuration/traefik/traefik.toml b/consul/configuration/traefik/traefik.toml index 6145ffb..03fca8a 100644 --- a/consul/configuration/traefik/traefik.toml +++ b/consul/configuration/traefik/traefik.toml @@ -15,10 +15,8 @@ defaultEntryPoints = ["http", "https"] compress = true [entryPoints.https.tls] - [entryPoints.matrix] - address = ":8448" - compress = true - [entryPoints.matrix.tls] +[ping] +entrypoint = "admin" [retry] |