doc error about traffic mirror #11432
Labels
area/docs
kind/bug
Categorizes issue or PR as related to a bug.
kind/documentation
Categorizes issue or PR as related to documentation.
needs-priority
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What happened:
while using mirror feature to foward traffic to another backend as document of
https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#mirror
this example will lead to a mistake of adding an extra "/" between domain name and uri
nginx.ingress.kubernetes.io/mirror-target: https://test.env.com/$request_uri
should be https://test.env.com$request_uri
The text was updated successfully, but these errors were encountered: