From aa5f2b92d4846f58bb20caabfee66d6fdd3927b3 Mon Sep 17 00:00:00 2001 From: Sheddy Date: Fri, 16 May 2025 11:02:04 +0100 Subject: [PATCH] Fix broken link in documentation --- docs/content/security/content-length.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/security/content-length.md b/docs/content/security/content-length.md index e09c62b6d..fff161881 100644 --- a/docs/content/security/content-length.md +++ b/docs/content/security/content-length.md @@ -5,7 +5,7 @@ description: "Enforce strict Content‑Length validation in Traefik by streaming Traefik acts as a streaming proxy. By default, it checks each chunk of data against the `Content-Length` header as it passes it on to the backend or client. This live check blocks truncated or over‑long streams without holding the entire message. -If you need Traefik to read and verify the full body before any data moves on, add the [buffering middleware](../../reference/routing-configuration/http/middlewares/buffering.md): +If you need Traefik to read and verify the full body before any data moves on, add the [buffering middleware](../middlewares/http/buffering.md): ```yaml http: