358 B
358 B
traefik
一个 HTTP 反向代理和负载均衡器。 更多信息:https://traefik.io。
- 使用默认配置启动服务器:
traefik
- 使用自定义配置文件启动服务器:
traefik --ConfigFile {{config_file.toml}}
- 启用集群模式启动服务器:
traefik --cluster
- 启用 Web UI 启动服务器:
traefik --web