Skip to content

Commit

Permalink
traefik: add page (tldr-pages#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored Oct 9, 2017
2 parents eae235b + 013fabe commit bc71152
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pages/common/traefik.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit bc71152

Please sign in to comment.