Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- api:
- dashboard: true
- debug: true
- log:
- level: DEBUG
- filePath: "/var/log/traefik/traefik.log"
- entryPoints:
- http:
- address: ":80"
- http:
- redirections:
- entryPoint:
- to: https
- scheme: https
- https:
- address: ":443"
- serversTransport:
- insecureSkipVerify: true
- providers:
- docker:
- endpoint: "unix:///var/run/docker.sock"
- exposedByDefault: false
- # file:
- # filename: /config.yml
- certificatesResolvers:
- cloudflare:
- acme:
- email: guy@domain.com
- storage: acme.json
- # caServer: https://acme-v02.api.letsencrypt.org/directory # prod (default)
- caServer: https://acme-staging-v02.api.letsencrypt.org/directory # staging
- dnsChallenge:
- provider: cloudflare
- #disablePropagationCheck: true # uncomment this if you have issues pulling certificates through cloudflare, By setting this flag to true disables the need to wait for the propagation of the TXT record to all authoritative name servers.
- #delayBeforeCheck: 60s # uncomment along with disablePropagationCheck if needed to ensure the TXT record is ready before verification is attempted
- resolvers:
- - "1.1.1.1:53"
- - "1.0.0.1:53"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement