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

20 lines
296 B
Markdown
Raw Normal View History

# traefik
2017-10-03 23:59:26 -05:00
> A HTTP reverse proxy and load balancer.
- Start server with default config:
`traefik`
- Start server with custom config file:
`traefik --c {{config_file}}.toml`
2017-10-03 23:59:26 -05:00
- Start server with cluster mode enabled:
2017-10-03 19:41:07 -05:00
`traefik --cluster`
2017-10-03 23:59:26 -05:00
- Start server with web UI enabled:
2017-10-03 19:41:07 -05:00
`traefik --web`