mirror of
https://github.com/traefik/traefik
synced 2026-02-03 08:50:32 +00:00
12 lines
233 B
TOML
12 lines
233 B
TOML
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":8000"
|
|
[entryPoints.web.forwardedHeaders]
|
|
insecure = true
|
|
notAppendXForwardedFor = true
|
|
|
|
[api]
|
|
insecure = true
|
|
|
|
[providers.file]
|
|
filename = "{{ .DynamicConfPath }}" |