diff options
| author | Roman Semenov <r.semenov@f5.com> | 2026-03-23 11:03:26 -0700 |
|---|---|---|
| committer | Roman Arutyunyan <arutyunyan.roman@gmail.com> | 2026-03-24 14:28:52 +0400 |
| commit | 4fbe4b62746f67d4348212c089b745bd10082964 (patch) | |
| tree | 9022aa586bbaeb16f3410b60a47380a276595933 /src/http/modules/perl | |
| parent | c5d36eac33d7c2198240111819b2a1c9fcb593a4 (diff) | |
| download | nginx-4fbe4b62746f67d4348212c089b745bd10082964.tar.gz nginx-4fbe4b62746f67d4348212c089b745bd10082964.tar.bz2 | |
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.
Diffstat (limited to 'src/http/modules/perl')
0 files changed, 0 insertions, 0 deletions
