mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
19 lines
301 B
Markdown
19 lines
301 B
Markdown
![]() |
# traefik
|
||
|
|
||
|
> Traefik HTTP reverse proxy and load balance.
|
||
|
|
||
|
- Start server with default config:
|
||
|
|
||
|
`traefik`
|
||
|
|
||
|
- Start server with custom config file:
|
||
|
|
||
|
`traefik --c {{config_file}}.toml`
|
||
|
|
||
|
- Start server with a cluster mode enabled:
|
||
|
|
||
|
`traefik --cluster
|
||
|
|
||
|
- Start server with web ui enabled:
|
||
|
|
||
|
`traefik --web`
|