1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

Add Traefik

Adds the page for Traefik as requested on #1184
This commit is contained in:
Jonathan Yarbor 2017-10-03 19:33:07 -05:00
parent e8fe8aaa9e
commit 4cf3e14701

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