Skip to content

Commit

Permalink
Merge pull request #3757 from carlosdp/patch-1
Browse files Browse the repository at this point in the history
Add mention of secure-backends to backend-protocol docs
  • Loading branch information
k8s-ci-robot authored Feb 12, 2019
2 parents 9ba6799 + 2340738 commit f527441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/nginx-configuration/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit f527441

Please sign in to comment.