49 lines
787 B
YAML
49 lines
787 B
YAML
global:
|
|
checkNewVersion: true
|
|
|
|
log:
|
|
level: info
|
|
filePath: /data/stdout.log
|
|
format: common
|
|
|
|
accessLog:
|
|
filePath: "/data/access.log"
|
|
filters:
|
|
statusCodes:
|
|
- "500-505"
|
|
retryAttempts: true
|
|
minDuration: "10ms"
|
|
|
|
serversTransport:
|
|
insecureSkipVerify: true
|
|
|
|
api:
|
|
dashboard: true
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
forwardedHeaders:
|
|
insecure: true
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: "https"
|
|
scheme: "https"
|
|
permanent: true
|
|
https:
|
|
address: ":443"
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
exposedByDefault: false
|
|
|
|
certificatesResolvers:
|
|
letsEncrypt:
|
|
acme:
|
|
email: noreply@yandex.ru
|
|
storage: acme.json
|
|
httpChallenge:
|
|
entryPoint: http
|