From: Roman Arutyunyan Date: Mon, 27 Oct 2025 12:12:46 +0000 (+0400) Subject: Modules compatibility: increased compat section size. X-Git-Tag: release-1.29.3~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=65c0b2e7709aa6949747dc2925dc3bcbddc1659f;p=nginx.git Modules compatibility: increased compat section size. --- 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;