mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
36 lines
596 B
YAML
36 lines
596 B
YAML
---
|
|
global:
|
|
checkNewVersion: false
|
|
sendAnonymousUsage: true
|
|
|
|
log:
|
|
filePath: /volumes/logs/traefik.log
|
|
level: ERROR
|
|
|
|
entryPoints:
|
|
web:
|
|
address: :80
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: websecure
|
|
scheme: https
|
|
|
|
websecure:
|
|
address: :443
|
|
|
|
certificatesResolvers:
|
|
le:
|
|
acme:
|
|
# Uncomment following line and replace EMAIL!
|
|
# email: EMAIL
|
|
storage: /volumes/certs/acme.json
|
|
tlsChallenge: {}
|
|
|
|
accessLog:
|
|
filePath: /volumes/logs/access.log
|
|
bufferingSize: 100
|
|
|
|
providers:
|
|
file:
|
|
filename: /etc/traefik/dynamic.yml
|