Merge pull request #3757 from carlosdp/patch-1

Add mention of secure-backends to backend-protocol docs
This commit is contained in:
Kubernetes Prow Robot 2019-02-11 16:28:18 -08:00 committed by GitHub
commit f527441319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -727,7 +727,7 @@ an ip address to `nginx.ingress.kubernetes.io/influxdb-host`. If you deploy Infl
### Backend Protocol ### 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 Valid Values: HTTP, HTTPS, GRPC, GRPCS and AJP
By default NGINX uses `HTTP`. By default NGINX uses `HTTP`.