From 743439e75b3da1e9371555963677c34871216bc2 Mon Sep 17 00:00:00 2001 From: Goran Date: Fri, 14 Aug 2020 11:16:53 +0200 Subject: [PATCH] Added missing backend protocol. As per https://kubernetes.github.io/ingress-nginx/user-guide/fcgi-services/ --- 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 9524ccf7cd..2253c1b0f9 100755 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -773,7 +773,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. (Replaces `secure-backends` in older versions) -Valid Values: HTTP, HTTPS, GRPC, GRPCS and AJP +Valid Values: HTTP, HTTPS, GRPC, GRPCS, AJP and FCGI By default NGINX uses `HTTP`.