nginx/src/http/modules
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
..
perl Perl: removed unused variables, forgotten in ef6a3a99a81a. 2022-06-14 10:39:58 +04:00
ngx_http_access_module.c Fixed undefined behaviour with IPv4-mapped IPv6 addresses. 2024-03-18 17:14:30 +04:00
ngx_http_addition_filter_module.c Use NGX_CONF_OK in some function return checks. 2025-06-21 10:36:45 +04:00
ngx_http_auth_basic_module.c Auth basic: fixed file descriptor leak on memory allocation error. 2025-08-11 20:57:47 +04:00
ngx_http_auth_request_module.c Auth request: multiple WWW-Authenticate headers (ticket #485). 2022-05-30 21:25:54 +03:00
ngx_http_autoindex_module.c Autoindex: fixed possible integer overflow on 32-bit systems. 2018-12-25 12:59:24 +03:00
ngx_http_browser_module.c
ngx_http_charset_filter_module.c Use NGX_CONF_OK in some function return checks. 2025-06-21 10:36:45 +04:00
ngx_http_chunked_filter_module.c CONNECT method support for HTTP/1.1. 2025-10-23 18:40:05 +04:00
ngx_http_dav_module.c All known output headers can be linked lists now. 2022-05-30 21:25:45 +03:00
ngx_http_degradation_module.c
ngx_http_empty_gif_module.c
ngx_http_fastcgi_module.c FastCGI: ensure HTTP_HOST is set to the requested target host. 2026-01-15 23:04:38 +00:00
ngx_http_flv_module.c Fixed "zero size buf" alerts with subrequests. 2023-01-28 05:23:33 +03:00
ngx_http_geo_module.c Geo: the "volatile" parameter. 2025-10-24 15:06:54 -07:00
ngx_http_geoip_module.c Fixed undefined behaviour with IPv4-mapped IPv6 addresses. 2024-03-18 17:14:30 +04:00
ngx_http_grpc_module.c gRPC: reset buffer chains on upstream reinit. 2026-03-16 11:38:06 +04:00
ngx_http_gunzip_filter_module.c Use NULL instead of 0 for null pointer constant. 2025-06-21 10:36:45 +04:00
ngx_http_gzip_filter_module.c Use NGX_CONF_OK in some function return checks. 2025-06-21 10:36:45 +04:00
ngx_http_gzip_static_module.c Fixed "zero size buf" alerts with subrequests. 2023-01-28 05:23:33 +03:00
ngx_http_headers_filter_module.c Fixed compilation warnings on Windows after c93a0c48af. 2025-10-28 12:11:21 +04:00
ngx_http_image_filter_module.c
ngx_http_index_module.c Fixed inaccurate index directive error report. 2025-09-18 18:16:22 +04:00
ngx_http_limit_conn_module.c Limit conn: added shared context. 2019-11-18 19:50:59 +03:00
ngx_http_limit_req_module.c Fixed handling of already closed connections. 2021-03-28 17:45:39 +03:00
ngx_http_log_module.c Access log: support for disabling escaping (ticket #1450). 2018-03-01 11:42:55 +03:00
ngx_http_map_module.c
ngx_http_memcached_module.c All known output headers can be linked lists now. 2022-05-30 21:25:45 +03:00
ngx_http_mirror_module.c
ngx_http_mp4_module.c Mp4: validate sync sample values in stss atom. 2026-02-23 14:10:53 +04:00
ngx_http_not_modified_filter_module.c
ngx_http_proxy_module.c Proxy: added HTTP/2 proxy module. 2025-12-08 07:49:16 +04:00
ngx_http_proxy_module.h Proxy: added HTTP/2 proxy module. 2025-12-08 07:49:16 +04:00
ngx_http_proxy_v2_module.c Proxy: reset pending control frames on HTTP/2 upstream reinit. 2026-03-16 11:37:33 +04:00
ngx_http_random_index_module.c Win32: removed NGX_DIR_MASK concept. 2018-12-24 21:07:05 +03:00
ngx_http_range_filter_module.c Range filter: reasonable limit on multiple ranges. 2026-01-21 20:39:00 +04:00
ngx_http_realip_module.c Reworked multi headers to use linked lists. 2022-05-30 21:25:33 +03:00
ngx_http_referer_module.c Overhauled some diagnostic messages akin to 1b05b9bbcebf. 2024-03-22 14:51:14 +04:00
ngx_http_rewrite_module.c Rewrite: fixed "return" directive without response text. 2024-02-26 20:00:28 +00:00
ngx_http_scgi_module.c SCGI: fixed passing CONTENT_LENGTH in unbuffered mode. 2026-02-17 17:45:29 +04:00
ngx_http_secure_link_module.c Changed complex value slots to use NGX_CONF_UNSET_PTR. 2021-05-06 02:22:03 +03:00
ngx_http_slice_filter_module.c Slice filter: improved memory allocation error handling. 2025-03-10 19:32:07 +03:00
ngx_http_split_clients_module.c
ngx_http_ssi_filter_module.c Use NULL instead of 0 for null pointer constant. 2025-06-21 10:36:45 +04:00
ngx_http_ssi_filter_module.h SSI: handling of subrequests from other modules (ticket #1263). 2022-11-21 17:01:34 +03:00
ngx_http_ssl_module.c Add basic ECH shared-mode via OpenSSL. 2025-12-01 16:33:40 +04:00
ngx_http_ssl_module.h Add basic ECH shared-mode via OpenSSL. 2025-12-01 16:33:40 +04:00
ngx_http_static_module.c Fixed "zero size buf" alerts with subrequests. 2023-01-28 05:23:33 +03:00
ngx_http_stub_status_module.c Removed incorrect optimization of HEAD requests. 2021-01-19 20:21:12 +03:00
ngx_http_sub_filter_module.c Use NGX_CONF_OK in some function return checks. 2025-06-21 10:36:45 +04:00
ngx_http_try_files_module.c
ngx_http_upstream_hash_module.c Upstream: added sticky sessions support for upstreams. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_ip_hash_module.c Upstream: added sticky sessions support for upstreams. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_keepalive_module.c Upstream: enabled keepalive by default for explicit upstreams. 2026-03-24 14:28:52 +04:00
ngx_http_upstream_least_conn_module.c Upstream: added sticky sessions support for upstreams. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_random_module.c Upstream: added sticky sessions support for upstreams. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_sticky_module.c Sticky: fixed expiration of learned sessions after reload. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_zone_module.c Upstream: added sticky sessions support for upstreams. 2026-03-09 11:08:30 -06:00
ngx_http_userid_filter_module.c Improved $cookie_ evaluation. 2026-02-12 10:52:20 -08:00
ngx_http_uwsgi_module.c Uwsgi: ensure HTTP_HOST is set to the requested target host. 2026-01-15 23:04:38 +00:00
ngx_http_xslt_filter_module.c Use NGX_CONF_OK in some function return checks. 2025-06-21 10:36:45 +04:00