Skip to content

traefik.simple.toml

Krishna Srinivas edited this page Aug 6, 2016 · 1 revision
[entryPoints]
  [entryPoints.http]
  address = ":8080"

[file]

[backends]
  [backends.backend1]
    [backends.backend1.servers.server1]
      url = "http://127.0.0.1:9000"
  [frontends]
    [frontends.frontend1]
    backend = "backend1"
    passHostHeader = true
    entrypoints = ["http"]

Clone this wiki locally