Explorar el Código

Add Traefik

Adds the page for Traefik as requested on #1184
Jonathan Yarbor hace 7 años
padre
commit
4cf3e14701
Se han modificado 1 ficheros con 19 adiciones y 0 borrados
  1. 19 0
      pages/common/traefik.md

+ 19 - 0
pages/common/traefik.md

@@ -0,0 +1,19 @@
+# traefik
+
+> Traefik HTTP reverse proxy and load balance.
+
+- Start server with default config:
+
+`traefik`
+
+- Start server with custom config file:
+
+`traefik --c {{config_file}}.toml`
+
+- Start server with a cluster mode enabled:
+
+`traefik --cluster
+
+- Start server with web ui enabled:
+
+`traefik --web`