39 lines
567 B
YAML
39 lines
567 B
YAML
global:
|
|
checkNewVersion: false
|
|
sendAnonymousUsage: false
|
|
|
|
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: websecure
|
|
scheme: https
|
|
|
|
websecure:
|
|
address: ":443"
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: false
|
|
|
|
|
|
providers:
|
|
file:
|
|
directory: "/etc/traefik/dynamic"
|
|
watch: true
|
|
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
watch: true
|
|
exposedByDefault: false
|
|
#useBindPortIP: true
|
|
|
|
log:
|
|
level: INFO
|
|
format: json
|
|
filePath: "/var/log/traefik/traefik.log"
|
|
|
|
accessLog: {}
|