mirror of https://github.com/CrimsonTome/tldr.git
21 lines
340 B
Markdown
21 lines
340 B
Markdown
# traefik
|
|
|
|
> A HTTP reverse proxy and load balancer.
|
|
> More information: <https://traefik.io>.
|
|
|
|
- Start server with default config:
|
|
|
|
`traefik`
|
|
|
|
- Start server with a custom config file:
|
|
|
|
`traefik --c {{config_file}}.toml`
|
|
|
|
- Start server with cluster mode enabled:
|
|
|
|
`traefik --cluster`
|
|
|
|
- Start server with web UI enabled:
|
|
|
|
`traefik --web`
|