mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 03:41:48 +00:00
26 lines
473 B
Plaintext
26 lines
473 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://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`
|