Skip to content

Commit

Permalink
Merge pull request #6020 from pentago/patch-1
Browse files Browse the repository at this point in the history
Added missing backend protocol.
  • Loading branch information
k8s-ci-robot authored Aug 14, 2020
2 parents 6564338 + 743439e commit bc44b24
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 @@ -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`.

Expand Down

0 comments on commit bc44b24

Please sign in to comment.