diff options
Diffstat (limited to 'consul')
-rw-r--r-- | consul/configuration/traefik/traefik.toml.sample | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/consul/configuration/traefik/traefik.toml.sample b/consul/configuration/traefik/traefik.toml.sample index fbfc745..1e34554 100644 --- a/consul/configuration/traefik/traefik.toml.sample +++ b/consul/configuration/traefik/traefik.toml.sample @@ -25,15 +25,15 @@ defaultEntryPoints = ["http", "https"] entryPoint = "https" onHostRule = true - [acme.dnsChallenge] - provider = "cloudflare" - delayBeforeCheck = 0 +# [acme.dnsChallenge] +# provider = "cloudflare" +# delayBeforeCheck = 0 [acme.httpChallenge] entryPoint = "http" -[[acme.domains]] - main = "deuxfleurs.fr" +#[[acme.domains]] +# main = "deuxfleurs.fr" [api] entryPoint = "admin" |