Remove additional note from docs again
Signed-off-by: Gerald Pape <gerald@giantswarm.io>
This commit is contained in:
parent
165a41102f
commit
024cead864
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue