mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-09 05:16:27 +10:00
Merge pull request #5135 from James-TR/James-TR-patch-1
Correct spelling of the word "Original" in annotations documentation
This commit is contained in:
@@ -884,6 +884,6 @@ nginx.ingress.kubernetes.io/mirror-request-body: "off"
|
||||
|
||||
**Note:** The mirror directive will be applied to all paths within the ingress resource.
|
||||
|
||||
The request sent to the mirror is linked to the orignial request. If you have a slow mirror backend, then the orignial request will throttle.
|
||||
The request sent to the mirror is linked to the original request. If you have a slow mirror backend, then the original request will throttle.
|
||||
|
||||
For more information on the mirror module see [ngx_http_mirror_module](https://nginx.org/en/docs/http/ngx_http_mirror_module.html)
|
||||
|
||||
Reference in New Issue
Block a user