From b02c0f502abdb192676ab9e2ebf2e7a95bafd9a6 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Fri, 16 Feb 2018 18:59:12 +0100 Subject: [PATCH] Fix proxy_redirect description (#2102) --- docs/user-guide/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/annotations.md b/docs/user-guide/annotations.md index 660acfc32..6f8973ba4 100644 --- a/docs/user-guide/annotations.md +++ b/docs/user-guide/annotations.md @@ -399,7 +399,7 @@ In some scenarios is required to have different values. To allow this we provide ### Proxy redirect With the annotations `nginx.ingress.kubernetes.io/proxy-redirect-from` and `nginx.ingress.kubernetes.io/proxy-redirect-to` it is possible to set the text that should be changed in the `Location` and `Refresh` header fields of a proxied server response (http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_redirect) -Setting "off" or "default" in the annotation `nginx.ingress.kubernetes.io/proxy-redirect-to` disables `nginx.ingress.kubernetes.io/proxy-redirect-to` +Setting "off" or "default" in the annotation `nginx.ingress.kubernetes.io/proxy-redirect-from` disables `nginx.ingress.kubernetes.io/proxy-redirect-to` Both annotations will be used in any other case By default the value is "off".