Files
Traefik/root/etc/traefik/traefik.yml

64 lines
1.4 KiB
YAML

# - - - - - Access Log - - - - - #
accessLog:
filePath: /var/log/traefik/access.log
# - - - - - API - - - - - #
api:
disableDashboardAd: true
# - - - - - Certificates Resolver - - - - - #
#certificatesResolvers:
# http:
# acme:
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory
# email: hostmaster@localhost
# storage: /var/lib/traefik/acme.json
# keyType: [RSA4096|EC384]
# httpChallenge:
# entryPoint: http
# tls:
# acme:
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory
# email: hostmaster@localhost
# storage: /var/lib/traefik/acme.json
# keyType: [RSA4096|EC384]
# tlsChallenge: {}
# dns-01:
# acme:
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory
# email: hostmaster@localhost
# storage: /var/lib/traefik/acme.json
# keyType: [RSA4096|EC384]
# dnsChallenge:
# resolvers:
# - "localhost:53"
# propagation:
# delayBeforeChecks: 60s
# requireAllRNS: true
# provider:
# - - - - - Entry Points - - - - - #
entryPoints:
http:
address: :80
# https:
# address: :443
# - - - - - Log - - - - - #
log:
filePath: /var/log/traefik/error.log
level: ERROR
maxSize: 64
# - - - - - Providers - - - - - #
providers:
file:
filename: /etc/traefik/providers.yml
watch: true