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
380 B
Markdown
Raw Normal View History

# traefik
> An HTTP reverse proxy and load balancer.
> More information: <https://traefik.io>.
- Start the server with the default configuration:
`traefik`
- Start the server with a custom configuration file:
`traefik --ConfigFile {{config_file.toml}}`
- Start the 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`