From f6a430775c79b2d7a994ec630ab04a66007aa4cd Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Sun, 15 Nov 2020 00:31:04 +0100 Subject: [PATCH] docs(annotations): explicit redirect status code --- docs/user-guide/nginx-configuration/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/nginx-configuration/annotations.md b/docs/user-guide/nginx-configuration/annotations.md index 274eccd96..8714f400b 100755 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -492,7 +492,7 @@ The client IP address will be set based on the use of [PROXY protocol](./configm ### Permanent Redirect -This annotation allows to return a permanent redirect instead of sending data to the upstream. For example `nginx.ingress.kubernetes.io/permanent-redirect: https://www.google.com` would redirect everything to Google. +This annotation allows to return a permanent redirect (Return Code 301) instead of sending data to the upstream. For example `nginx.ingress.kubernetes.io/permanent-redirect: https://www.google.com` would redirect everything to Google. ### Permanent Redirect Code