mirror of https://github.com/CrimsonTome/tldr.git
parent
e8fe8aaa9e
commit
4cf3e14701
|
@ -0,0 +1,19 @@
|
||||||
|
# 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`
|
Loading…
Reference in New Issue