Skip to content

Commit 55e5865

Browse files
committed
improve scores
1 parent 6d1a146 commit 55e5865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/enterprise/how-to-configure-ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Azure Spring Apps service uses an underlying ingress controller to handle ap
2323
| `ingress-send-timeout` | `proxy-send-timeout` | 60 | \[1,1800\] | The timeout in seconds for transmitting a request to the proxied server. |
2424
| `session-affinity` | `affinity` | None | Session, None | The type of the affinity that makes the request come to the same pod replica that was responding to the previous request. Set `session-affinity` to Cookie to enable session affinity. In the portal only, you must choose the enable session affinity box. |
2525
| `session-max-age` | `session-cookie-max-age` | 0 | \[0, 604800\] | The time in seconds until the cookie expires, corresponding to the `Max-Age` cookie directive. If you set `session-max-age` to 0, the expiration period is equal to the browser session period. |
26-
| `backend-protocol` | `backend-protocol` | Default | Default, GRPC(Remote Procedure Call) | Sets the backend protocol to indicate how NGINX should communicate with the backend service. Default means HTTP/HTTPS/WebSocket. The `backend-protocol` setting only applies to client-to-app traffic. For app-to-app traffic within the same service instance, choose any protocol for app-to-app traffic without modifying the `backend-protocol` setting. The protocol doesn't restrict your choice of protocol for app-to-app traffic within the same service instance. |
26+
| `backend-protocol` | `backend-protocol` | Default | Default, GRPC(short for Remote Procedure Call) | Sets the backend protocol to indicate how NGINX should communicate with the backend service. Default means HTTP/HTTPS/WebSocket. The `backend-protocol` setting only applies to client-to-app traffic. For app-to-app traffic within the same service instance, choose any protocol for app-to-app traffic without modifying the `backend-protocol` setting. The protocol doesn't restrict your choice of protocol for app-to-app traffic within the same service instance. |
2727
| `client-auth` | `client-auth` | 0 selected | - | Select the certificates with public key you uploaded in TLS/SSL settings, and ingress will concat these certificates to one and use it for client authentication.|
2828

2929
## Prerequisites

0 commit comments

Comments
 (0)