summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2025-10-27 16:12:46 +0400
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>2025-10-28 16:00:54 +0400
commit65c0b2e7709aa6949747dc2925dc3bcbddc1659f (patch)
tree114639f9271537fcac8650485c11e0e244790cce /src
parentf04e2b7f6e96a0587f091229272a5f060dbf32c0 (diff)
downloadnginx-65c0b2e7709aa6949747dc2925dc3bcbddc1659f.tar.gz
nginx-65c0b2e7709aa6949747dc2925dc3bcbddc1659f.tar.bz2
Modules compatibility: increased compat section size.
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_upstream.h2
1 files changed, 1 insertions, 1 deletions
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;