Add missing trailing s to propagation.delayBeforeCheck option
This commit is contained in:
parent
d4d61151e1
commit
6aa56788ea
3 changed files with 3 additions and 3 deletions
|
@ -173,7 +173,7 @@ please use the `traefik.swarm.network` and `traefik.swarm.lbswarm` labels instea
|
|||
### ACME DNS Certificate Resolver
|
||||
|
||||
In `v3.3`, the `acme.dnsChallenge.delaybeforecheck` and `acme.dnsChallenge.disablepropagationcheck` options of the ACME certificate resolver are deprecated,
|
||||
please use respectively `acme.dnsChallenge.propagation.delayBeforeCheck` and `acme.dnsChallenge.propagation.disableAllChecks` options instead.
|
||||
please use respectively `acme.dnsChallenge.propagation.delayBeforeChecks` and `acme.dnsChallenge.propagation.disableAllChecks` options instead.
|
||||
|
||||
### Tracing Global Attributes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue