You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ingress-read-timeout | proxy-read-timeout | 300 |\[1,1800\]| The timeout in seconds for reading a response from a proxied server. |
23
23
| ingress-send-timeout | proxy-send-timeout | 60 |\[1,1800\]| The timeout in seconds for transmitting a request to the proxied server. |
24
-
| session-affinity | affinity | None | Session, None | Type of the affinity, which will make the request come to the same pod replica that was responding to the request before. Set this to Cookie to enable session affinity, in the portal only need to choose the enable session affinity box. |
24
+
| session-affinity | affinity | None | Session, None | Type of the affinity, which will make the request come to the same pod replica that was responding to the request before. Set session-affinity to Cookie to enable session affinity, in the portal only need to choose the enable session affinity box. |
25
25
| session-max-age | session-cookie-max-age | 0 |\[0,7 days\]| Time seconds until the cookie expires, corresponds to the Max-Age cookie directive. If set to 0, the expiration period is equal to the browser session period. |
26
-
| backend-protocol | backend-protocol | Default | Default, GRPC | Sets the backend-protocol to indicate how NGINX should communicate with the backend service. Default means HTTP/HTTPS/WebSocket. The setting is only about client-to-app traffic, for app-to-app traffic within the same service instance, you may choose any protocol for app-to-app traffic without modifying this option, that is the protocol here does not restrict your choice of protocol for app-to-app traffic within the same service instance. |
26
+
| backend-protocol | backend-protocol | Default | Default, GRPC | Sets the backend-protocol to indicate how NGINX should communicate with the backend service. Default means HTTP/HTTPS/WebSocket. The backend-protocol setting is only about client-to-app traffic. For app-to-app traffic within the same service instance, choose any protocol for app-to-app traffic without modifying this option. The protocol doesn't restrict your choice of protocol for app-to-app traffic within the same service instance. |
27
27
28
28
## Prerequisites
29
29
@@ -92,19 +92,19 @@ This command will update the ingress read timeout to 600 seconds, ingress send t
92
92
- Set the backend protocol to `GRPC`.
93
93
94
94
- How to enable WebSocket?
95
-
- Set the backend protocol to `Default`, and the WebScocket is enabled by default.
95
+
- Set the backend protocol to `Default`, and the WebSocket is enabled by default.
96
96
- For WebSocket connection limit, the upper limit is 20000, and when you reach that limit the connection will fail.
97
-
- You can use RSocket based on WebSocket, as well as you set the backend protocol to `Default`.
97
+
- You can also use RSocket based on WebSocket.
98
98
99
-
- The `ingress config` still can be used in CLI and sdk, and that setting will apply to all apps within the service instance, but once an app has been configured by `ingress settings`, the `ingress config`will not affect it. We do not recommend new scripts to use "ingress config" any more, since we plan to stop supporting it in the future.
99
+
- The `ingress config` still can be used in CLI and sdk, and that setting will apply to all apps within the service instance, but once an app has been configured by `ingress settings`, the `ingress config`won't affect it. We don't recommend that new scripts use "ingress config" since we plan to stop supporting it in the future.
100
100
101
101
- When ingress settings are used together with App Gateway/APIM, what is the overall effect of timeout when you set the timeout in both ASA ingress and the App Gateway/APIM?
102
102
- The shorter timeout should be effective.
103
103
104
104
- Do you need extra config in App Gateway/APIM if you need to have end-to-end support for gRPC or WebSocket?
105
105
- Nothing extra config as long as the App Gateway support gRPC.
106
106
107
-
- Configurable port is not currently supported (80/443)
107
+
- Configurable port isn't currently supported (80/443)
0 commit comments