HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

traefik — An HTTP reverse proxy and load balancer. More information: <https://doc.traefik.io/traefik/v2.11/ope

Submitted by: @import:tldr-pages··
0
Viewed 0 times
traefikhttpcommandproxyandloadclireverse

Problem

How to use the traefik command: An HTTP reverse proxy and load balancer. More information: <https://doc.traefik.io/traefik/v2.11/operations/cli/>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/traefik

Revisions (0)

No revisions yet.