Merge pull request #3757 from carlosdp/patch-1
Add mention of secure-backends to backend-protocol docs
This commit is contained in:
commit
f527441319
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||||
|
|
Loading…
Reference in a new issue