mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
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>
This commit is contained in:
parent
c8ad03b757
commit
70a9d543f7
2 changed files with 24 additions and 4 deletions
20
pages.de/common/traefik.md
Normal file
20
pages.de/common/traefik.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# traefik
|
||||
|
||||
> Ein HTTP-Reverse-Proxy und Load-Balancer.
|
||||
> Weitere Informationen: <https://traefik.io>.
|
||||
|
||||
- Starte den Server mit der Standardkonfiguration:
|
||||
|
||||
`traefik`
|
||||
|
||||
- Starte den Server mit einer benutzerdefinierten Konfigurationsdatei:
|
||||
|
||||
`traefik --ConfigFile {{konfigurationsdatei.toml}}`
|
||||
|
||||
- Starte den Server mit aktiviertem Cluster-Modus:
|
||||
|
||||
`traefik --cluster`
|
||||
|
||||
- Starte den Server mit dem Web-UI:
|
||||
|
||||
`traefik --web`
|
|
@ -3,15 +3,15 @@
|
|||
> An HTTP reverse proxy and load balancer.
|
||||
> More information: <https://traefik.io>.
|
||||
|
||||
- Start server with default config:
|
||||
- Start the server with the default configuration:
|
||||
|
||||
`traefik`
|
||||
|
||||
- Start server with a custom configuration file:
|
||||
- Start the server with a custom configuration file:
|
||||
|
||||
`traefik --c {{config_file.toml}}`
|
||||
`traefik --ConfigFile {{config_file.toml}}`
|
||||
|
||||
- Start server with cluster mode enabled:
|
||||
- Start the server with cluster mode enabled:
|
||||
|
||||
`traefik --cluster`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue