Files
cheatsheet-tldr/tldr/traefik
2025-11-26 00:20:44 +00:00

26 lines
507 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# traefik
> An HTTP reverse proxy and load balancer.
> More information: <https://doc.traefik.io/traefik/v2.11/operations/cli/>.
- Start the server with the default configuration:
`traefik`
- Start the server with a custom configuration file:
`traefik --ConfigFile {{config_file.toml}}`
- Start the server with cluster mode enabled:
`traefik --cluster`
- Start server with web UI enabled:
`traefik --web`