nginx/src
Roman Semenov 4fbe4b6274 Upstream: enabled keepalive by default for explicit upstreams.
Keepalive is now automatically enabled in the "local" mode for upstreams
defined in configuration files. Cached keepalive connections are no longer
shared between different locations referencing the same explicit upstream
unless keepalive is explicitly configured without the "local" parameter.

To disable keepalive entirely, use keepalive 0; inside the upstream block.
To allow sharing cached connections between locations, configure
keepalive <max_cached>; without the "local" parameter.
2026-03-24 14:28:52 +04:00
..
core Added COMPAT section to ngx_log_t. 2026-03-23 09:38:11 -07:00
event Upstream: added sticky sessions support for upstreams. 2026-03-09 11:08:30 -06:00
http Upstream: enabled keepalive by default for explicit upstreams. 2026-03-24 14:28:52 +04:00
mail The "multipath" parameter of the "listen" directive. 2026-03-19 01:13:51 +04:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Win32: fixed C4319 warning with MSVC 2022 x86. 2025-12-24 11:41:43 -07:00
stream The "multipath" parameter of the "listen" directive. 2026-03-19 01:13:51 +04:00