From 024cead864f1a33dbf26e5f6c0295158fb8ee62b Mon Sep 17 00:00:00 2001 From: Gerald Pape Date: Mon, 24 Apr 2023 15:55:44 +0200 Subject: [PATCH] Remove additional note from docs again Signed-off-by: Gerald Pape --- docs/user-guide/nginx-configuration/annotations.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/user-guide/nginx-configuration/annotations.md b/docs/user-guide/nginx-configuration/annotations.md index ab4a8e389..b515a9f3b 100755 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -945,9 +945,6 @@ The mirror backend can be set by applying: nginx.ingress.kubernetes.io/mirror-target: https://test.env.com/$request_uri ``` -!!! attention - When `nginx.ingress.kubernetes.io/mirror-host` is not defined, the `Host` header value is extracted from `nginx.ingress.kubernetes.io/mirror-target`, which is processed using [`url.Parse`](https://pkg.go.dev/net/url#Parse). However, if there is no `/` separator, `url.Parse` is unable to distinguish between additional path variables and the port number in the `mirror-target` value. - By default the request-body is sent to the mirror backend, but can be turned off by applying: ```yaml