diff --git a/docs/user-guide/nginx-configuration/annotations.md b/docs/user-guide/nginx-configuration/annotations.md index c451d9ae91..e534575f87 100644 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -727,7 +727,7 @@ an ip address to `nginx.ingress.kubernetes.io/influxdb-host`. If you deploy Infl ### Backend Protocol -Using `backend-protocol` annotations is possible to indicate how NGINX should communicate with the backend service. +Using `backend-protocol` annotations is possible to indicate how NGINX should communicate with the backend service. (Replaces `secure-backends` in older versions) Valid Values: HTTP, HTTPS, GRPC, GRPCS and AJP By default NGINX uses `HTTP`.