From 65c0b2e7709aa6949747dc2925dc3bcbddc1659f Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Mon, 27 Oct 2025 16:12:46 +0400 Subject: [PATCH] Modules compatibility: increased compat section size. --- src/http/ngx_http_upstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index f3e9f7979..64d70cfea 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -253,7 +253,7 @@ typedef struct { ngx_str_t module; - NGX_COMPAT_BEGIN(2) + NGX_COMPAT_BEGIN(6) NGX_COMPAT_END } ngx_http_upstream_conf_t;