1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
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`