tldr/pages/common/traefik.md

21 lines
380 B
Markdown

# traefik
> An HTTP reverse proxy and load balancer.
> More information: <https://traefik.io>.
- 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`