mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
15 lines
257 B
TOML
15 lines
257 B
TOML
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":8000"
|
|
[entryPoints.web.forwardedHeaders]
|
|
insecure = true
|
|
|
|
[api]
|
|
insecure = true
|
|
|
|
[experimental]
|
|
[experimental.fastProxy]
|
|
debug = true
|
|
|
|
[providers.file]
|
|
filename = "{{ .DynamicConfPath }}" |