System Grab Bag

View all TLDR pages from common (or from all pages)

traefik

An HTTP reverse proxy and load balancer. More information: https://traefik.io.
  • Start server with default config:
    traefik
  • Start server with a custom config file:
    traefik --c {{config_file}}.toml
  • Start server with cluster mode enabled:
    traefik --cluster
  • Start server with web UI enabled:
    traefik --web

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.