33 lines
594 B
TOML
33 lines
594 B
TOML
[entryPoints]
|
|
[entryPoints.ssh]
|
|
address = ":22"
|
|
|
|
[entryPoints.web]
|
|
address = ":80"
|
|
|
|
[entryPoints.websecure]
|
|
address = ":443"
|
|
|
|
[entryPoints.rtmp]
|
|
address = ":1935"
|
|
|
|
[providers]
|
|
[providers.file]
|
|
directory = "/etc/traefik/conf.d/"
|
|
watch = true
|
|
|
|
[serversTransport]
|
|
insecureSkipVerify = true
|
|
|
|
[certificatesResolvers.my-resolver.acme]
|
|
storage = "/etc/traefik/acme.json"
|
|
[certificatesResolvers.my-resolver.acme.tlsChallenge]
|
|
# entryPoint = "web"
|
|
|
|
[api]
|
|
dashboard = true
|
|
[metrics]
|
|
[metrics.prometheus]
|
|
addServicesLabels = true
|
|
manualRouting = true
|