tldr/pages/common/traefik.md

20 lines
303 B
Markdown
Raw Normal View History

# traefik
> Traefik HTTP reverse proxy and load balance.
- Start server with default config:
`traefik`
- Start server with custom config file:
`traefik --c {{config_file}}.toml`
- Start server with a cluster mode enabled:
2017-10-04 01:41:07 +01:00
`traefik --cluster`
- Start server with web ui enabled:
2017-10-04 01:41:07 +01:00
`traefik --web`