From 536e11d949f600f2adf1a3a32f7ee433a5e5af48 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Mon, 25 Nov 2024 17:22:04 +0100 Subject: [PATCH] Move callout to the entrypoint page footer --- docs/content/middlewares/http/basicauth.md | 1 + docs/content/routing/entrypoints.md | 4 ++-- docs/content/routing/providers/kubernetes-gateway.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/content/middlewares/http/basicauth.md b/docs/content/middlewares/http/basicauth.md index 6e5105a5b..68c341a39 100644 --- a/docs/content/middlewares/http/basicauth.md +++ b/docs/content/middlewares/http/basicauth.md @@ -341,4 +341,5 @@ http: [http.middlewares.test-auth.basicAuth] removeHeader = true ``` + {!traefik-for-business-applications.md!} diff --git a/docs/content/routing/entrypoints.md b/docs/content/routing/entrypoints.md index ce459375d..8c34d907c 100644 --- a/docs/content/routing/entrypoints.md +++ b/docs/content/routing/entrypoints.md @@ -1237,8 +1237,6 @@ entryPoints: --entryPoints.foo.udp.timeout=10s ``` -{!traefik-for-business-applications.md!} - ## Systemd Socket Activation Traefik supports [systemd socket activation](https://www.freedesktop.org/software/systemd/man/latest/systemd-socket-activate.html). @@ -1260,3 +1258,5 @@ systemd-socket-activate -l 80 -l 443 --fdname web:websecure ./traefik --entrypo !!! warning "Docker Support" Socket activation is not supported by Docker but works with Podman containers. + +{!traefik-for-business-applications.md!} diff --git a/docs/content/routing/providers/kubernetes-gateway.md b/docs/content/routing/providers/kubernetes-gateway.md index c2da4447c..50ccfd565 100644 --- a/docs/content/routing/providers/kubernetes-gateway.md +++ b/docs/content/routing/providers/kubernetes-gateway.md @@ -750,4 +750,4 @@ spec: [...] ``` -{!traefik-for-business-applications.md!} \ No newline at end of file +{!traefik-for-business-applications.md!}