From 054e35651e28a81ac018cbaf4eba6ef848d1f3de Mon Sep 17 00:00:00 2001 From: JinXinWang Date: Mon, 29 Jan 2024 11:38:15 +0800 Subject: [PATCH] Annotations documentation correction Signed-off-by: JinXinWang --- 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 42dc918e3..160c8fe70 100755 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -80,7 +80,7 @@ You can add these Kubernetes annotations to specific Ingress objects to customiz |[nginx.ingress.kubernetes.io/proxy-next-upstream](#custom-timeouts)|string| |[nginx.ingress.kubernetes.io/proxy-next-upstream-timeout](#custom-timeouts)|number| |[nginx.ingress.kubernetes.io/proxy-next-upstream-tries](#custom-timeouts)|number| -|[nginx.ingress.kubernetes.io/proxy-request-buffering](#custom-timeouts)|string| +|[nginx.ingress.kubernetes.io/proxy-request-buffering](#custom-timeouts)|"true" or "false"| |[nginx.ingress.kubernetes.io/proxy-redirect-from](#proxy-redirect)|string| |[nginx.ingress.kubernetes.io/proxy-redirect-to](#proxy-redirect)|string| |[nginx.ingress.kubernetes.io/proxy-http-version](#proxy-http-version)|"1.0" or "1.1"|