mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
parent
e8fe8aaa9e
commit
4cf3e14701
1 changed files with 19 additions and 0 deletions
19
pages/common/traefik.md
Normal file
19
pages/common/traefik.md
Normal file
|
@ -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…
Add table
Reference in a new issue