Add Traefik

Adds the page for Traefik as requested on #1184
coverage
Jonathan Yarbor 2017-10-03 19:33:07 -05:00
parent e8fe8aaa9e
commit 4cf3e14701
1 changed files with 19 additions and 0 deletions

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`