traefik: add page (#1512)
This commit is contained in:
19
pages/common/traefik.md
Normal file
19
pages/common/traefik.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# traefik
|
||||
|
||||
> A HTTP reverse proxy and load balancer.
|
||||
|
||||
- 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`
|
Reference in New Issue
Block a user