2022-08-18 01:40:30 +00:00
|
|
|
---
|
|
|
|
global:
|
|
|
|
checkNewVersion: false
|
2023-11-01 21:08:58 +00:00
|
|
|
sendAnonymousUsage: false
|
2022-08-18 01:40:30 +00:00
|
|
|
|
|
|
|
entryPoints:
|
|
|
|
web:
|
|
|
|
address: :80
|
|
|
|
http:
|
|
|
|
redirections:
|
|
|
|
entryPoint:
|
|
|
|
to: websecure
|
|
|
|
scheme: https
|
|
|
|
websecure:
|
|
|
|
address: :443
|
2023-11-01 21:08:58 +00:00
|
|
|
http:
|
|
|
|
tls:
|
|
|
|
certResolver: le
|
2022-08-18 01:40:30 +00:00
|
|
|
|
|
|
|
certificatesResolvers:
|
|
|
|
le:
|
|
|
|
acme:
|
|
|
|
# Uncomment following line and replace EMAIL!
|
|
|
|
# email: EMAIL
|
|
|
|
storage: /volumes/certs/acme.json
|
|
|
|
tlsChallenge: {}
|
|
|
|
|
|
|
|
accessLog:
|
2023-11-01 21:08:58 +00:00
|
|
|
bufferingSize: 128
|
2022-08-18 01:40:30 +00:00
|
|
|
|
|
|
|
providers:
|
|
|
|
file:
|
|
|
|
filename: /etc/traefik/dynamic.yml
|