tldr/pages/common/traefik.md

21 lines
348 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`
- Start server with a custom configuration file:
`traefik --c {{config_file.toml}}`
2017-10-04 05:59:26 +01:00
- Start server with cluster mode enabled:
2017-10-04 01:41:07 +01:00
`traefik --cluster`
2017-10-04 05:59:26 +01:00
- Start server with web UI enabled:
2017-10-04 01:41:07 +01:00
`traefik --web`