tldr/pages/common/traefik.md

19 lines
301 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:
`traefik --cluster
- Start server with web ui enabled:
`traefik --web`