Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- global:
- sendAnonymousUsage: false
- serversTransport:
- insecureSkipVerify: true
- log:
- level: WARN
- format: common
- providers:
- docker:
- endpoint: 'tcp://socket-proxy:2375'
- watch: true
- exposedByDefault: true
- swarmMode: false
- file:
- directory: /etc/traefik/conf/
- watch: true
- api:
- dashboard: true
- debug: false
- insecure: false
- entryPoints:
- web:
- address: ':80'
- http:
- redirections:
- entryPoint:
- to: websecure
- scheme: https
- permanent: true
- websecure:
- address: ':443'
- mongo:
- address: ':27017'
- certificatesResolvers:
- letsencrypt:
- acme:
- email: redacted
- storage: /shared/acme.json
- caServer: 'https://acme-v02.api.letsencrypt.org/directory'
- keyType: EC256
- httpChallenge:
- entryPoint: web
- tlsChallenge: {}
- tls:
- options:
- default:
- minVersion: VersionTLS12
- sniStrict: true
- curvePreferences:
- - CurveP521
- - CurveP384
- cipherSuites:
- - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
- - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
Advertisement
Add Comment
Please, Sign In to add comment