Add mention of secure-backends to backend-protocol docs

This commit is contained in:
Carlos Diaz-Padron 2019-02-11 15:40:36 -08:00 committed by GitHub
parent 9ba67992be
commit 2340738fb9
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`.