mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
21 lines
334 B
TOML
21 lines
334 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":8000"
|
|
|
|
[api]
|
|
insecure = true
|
|
|
|
[providers.file]
|
|
filename = "{{ .SelfFilename }}"
|
|
|
|
## dynamic configuration ##
|
|
|
|
[http.routers]
|
|
[http.routers.router]
|
|
service = "noop@internal"
|
|
rule = "Host(`deny.localhost`)"
|