From 3a5aa090d59ba6aa06ebbdc7c5f50b1d3707b575 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 14 Jan 2020 08:33:58 +0100 Subject: Upgrade Traefik + Config tweaking --- consul/configuration/traefik/traefik.toml.sample | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'consul/configuration/traefik') 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" -- cgit v1.2.3