1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 08:55:33 +02:00
tldr/pages/common/traefik.md
Vitor Henrique af35564618
pages*: do not use config abbreviation (#12118)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-25 10:59:16 +05:30

348 B

traefik

An HTTP reverse proxy and load balancer. More information: https://traefik.io.

  • Start server with default config:

traefik

  • Start server with a custom configuration file:

traefik --c {{config_file}}.toml

  • Start server with cluster mode enabled:

traefik --cluster

  • Start server with web UI enabled:

traefik --web