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

21 lines
341 B
Markdown
Raw Normal View History

# traefik
> An HTTP reverse proxy and load balancer.
> More information: <https://traefik.io>.
- Start server with default config:
`traefik`
2017-10-08 20:24:43 -05:00
- Start server with a 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`