【发布时间】:2019-12-20 14:36:35
【问题描述】:
我想创建一个 traefik v2 配置文件,将 http://localhost:80 流量重定向到 http://otherhost.example.com:8080。
defaultEntryPoints = ["http"]
[entryPoints]
[entryPoints.dashboard]
address = ":80"
[entryPoints.dashboard.redirect???]
scheme = "http"
port = "8080"
没有任何码头工人。
谢谢, 洛朗。
【问题讨论】:
标签: traefik