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-09 02:24:43 +01:00
- Start server with a custom config 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`