Skip to content

Commit 1adca73

Browse files
committed
Acrolinx
1 parent b7132df commit 1adca73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/application-gateway/for-containers/application-gateway-for-containers-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ Application Gateway for Containers enforces the following timeouts as requests a
108108
| ------- | --------- | ----------- |
109109
| Request Timeout | 60 seconds | time for which AGC waits for the backend target response. |
110110
| HTTP Idle Timeout | 5 minutes | idle timeout before closing an HTTP connection. |
111-
| Stream Idle Timeout | 5 minutes | idle timeout before closing an individual streams carried by an HTTP connection. |
111+
| Stream Idle Timeout | 5 minutes | idle timeout before closing an individual stream carried by an HTTP connection. |
112112
| Upstream Connect Timeout | 5 seconds | time for establishing a connection to the backend target. |

articles/application-gateway/for-containers/how-to-url-redirect-ingress-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ URL redirects take advantage of the [RequestRedirect rule filter](https://gatewa
2121
## Redirection
2222
A redirect sets the response status code returned to clients to understand the purpose of the redirect. The following types of redirection are supported:
2323

24-
- 301 (Moved permanently): Indicates that the target resource has been assigned a new permanent URI. Any future references to this resource uses one of the enclosed URIs. Use 301 status code for HTTP to HTTPS redirection.
24+
- 301 (Moved permanently): Indicates that the target resource has been assigned a new permanent URI. Any future references to this resource use one of the enclosed URIs. Use 301 status code for HTTP to HTTPS redirection.
2525
- 302 (Found): Indicates that the target resource is temporarily under a different URI. Since the redirection can change on occasion, the client should continue to use the effective request URI for future requests.
2626

2727
## Redirection capabilities

0 commit comments

Comments
 (0)