1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

traefik: add page (#1512)

This commit is contained in:
Starbeamrainbowlabs 2017-10-09 20:59:59 +01:00 committed by GitHub
commit bc711523a0

19
pages/common/traefik.md Normal file
View 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`