diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-01-14 08:33:58 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-01-14 08:33:58 +0100 |
commit | 3a5aa090d59ba6aa06ebbdc7c5f50b1d3707b575 (patch) | |
tree | 922e1992feeece69392193b5adff74f2a6045db2 /consul | |
parent | 3431927ad5faf0f5d2da4fe78240e560196d5bd7 (diff) | |
download | infrastructure-3a5aa090d59ba6aa06ebbdc7c5f50b1d3707b575.tar.gz infrastructure-3a5aa090d59ba6aa06ebbdc7c5f50b1d3707b575.zip |
Upgrade Traefik + Config tweaking
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" |