Skip to content

Commit 387b459

Browse files
authored
Docs: How to modify NLB TCP timeout. (#13242)
1 parent 4470615 commit 387b459

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/deploy/index.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,11 @@ This section explains how to do that on AWS using an NLB.
308308

309309
##### NLB Idle Timeouts
310310

311-
Idle timeout value for TCP flows is 350 seconds and
312-
[cannot be modified](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#connection-idle-timeout).
311+
The default idle timeout value for TCP flows is 350 seconds and [can be modified to any value between 60-6000 seconds.](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#connection-idle-timeout)
313312

314313
For this reason, you need to ensure the
315314
[keepalive_timeout](https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_timeout)
316-
value is configured less than 350 seconds to work as expected.
315+
value is configured less than your configured idle timeout to work as expected.
317316

318317
By default, NGINX `keepalive_timeout` is set to `75s`.
319318

0 commit comments

Comments
 (0)