1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:42:08 +02:00
tldr/pages/common/traefik.md
Jonas 70a9d543f7
traefik: add German translation; update page (#12477)
* traefik: add German translation

* traefik: update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2024-03-08 22:00:22 +05:30

380 B

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