Skip to main content

A HTTP reverse proxy and load balancer.

# To Start server with default config:
traefik

# To Start server with a custom config file:
traefik --c config_file.toml

# To Start server with cluster mode enabled:
traefik --cluster

# To Start server with web UI enabled:
traefik --web