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:
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`
|
||||
|
||||
|
Reference in New Issue
Block a user