35 lines
499 B
YAML
35 lines
499 B
YAML
---
|
|
global:
|
|
sendAnonymousUsage: false
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
log:
|
|
level: INFO
|
|
filePath: /var/log/traefik/traefik.log
|
|
|
|
accessLog:
|
|
filePath: /var/log/traefik/access.log
|
|
bufferingSize: 100
|
|
|
|
providers:
|
|
docker:
|
|
watch: true
|
|
exposedByDefault: false
|
|
network: forgejo_proxy
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
http:
|
|
redirections:
|
|
entrypoint:
|
|
to: https
|
|
scheme: https
|
|
https:
|
|
address: ":443"
|
|
ssh:
|
|
address: ":222"
|