Remove additional note from docs again

Signed-off-by: Gerald Pape <gerald@giantswarm.io>
This commit is contained in:
Gerald Pape 2023-04-24 15:55:44 +02:00
parent 165a41102f
commit 024cead864
No known key found for this signature in database
GPG key ID: 27830AA75B7320B4

View file

@ -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