1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 16:24:55 +02:00
tldr/pages/common/traefik.md
2019-05-14 14:58:59 -03:00

332 B

traefik

A HTTP reverse proxy and load balancer. Homepage: https://traefik.io.

  • 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