Skip to content

Commit b4ea953

Browse files
authored
add missing backend-protocol annotation option (#9545)
1 parent bb6d1b7 commit b4ea953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/nginx-configuration/annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can add these Kubernetes annotations to specific Ingress objects to customiz
3939
|[nginx.ingress.kubernetes.io/auth-proxy-set-headers](#external-authentication)|string|
4040
|[nginx.ingress.kubernetes.io/auth-snippet](#external-authentication)|string|
4141
|[nginx.ingress.kubernetes.io/enable-global-auth](#external-authentication)|"true" or "false"|
42-
|[nginx.ingress.kubernetes.io/backend-protocol](#backend-protocol)|string|HTTP,HTTPS,GRPC,GRPCS|
42+
|[nginx.ingress.kubernetes.io/backend-protocol](#backend-protocol)|string|
4343
|[nginx.ingress.kubernetes.io/canary](#canary)|"true" or "false"|
4444
|[nginx.ingress.kubernetes.io/canary-by-header](#canary)|string|
4545
|[nginx.ingress.kubernetes.io/canary-by-header-value](#canary)|string|
@@ -907,7 +907,7 @@ Include /etc/nginx/owasp-modsecurity-crs/nginx-modsecurity.conf
907907
### Backend Protocol
908908

909909
Using `backend-protocol` annotations is possible to indicate how NGINX should communicate with the backend service. (Replaces `secure-backends` in older versions)
910-
Valid Values: HTTP, HTTPS, GRPC, GRPCS and FCGI
910+
Valid Values: HTTP, HTTPS, AUTO_HTTP, GRPC, GRPCS and FCGI
911911

912912
By default NGINX uses `HTTP`.
913913

0 commit comments

Comments
 (0)