diff --git a/README.md b/README.md index b6ae252..3e81e15 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,7 @@ Select patch | 1.17.8 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) | | 1.19.3 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) | | 1.21.4 | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) | +| 1.25.3 | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) | * `proxy_connect_.patch` disables nginx REWRITE phase for CONNECT request by default, which means `if`, `set`, `rewrite_by_lua` and other REWRITE phase directives cannot be used. @@ -734,7 +735,7 @@ Nginx Compatibility The latest module is compatible with the following versions of nginx: -* 1.25.0 (mainline version of 1.25.x) +* 1.25.4 (mainline version of 1.25.x) * 1.24.0 (version of 1.24.x) * 1.22.1 (version of 1.22.x) * 1.20.2 (version of 1.20.x) @@ -752,7 +753,8 @@ OpenResty Compatibility The latest module is compatible with the following versions of OpenResty: -* 1.21.4 (version: 1.21.4.2 RC1) +* 1.25.3 (version: 1.25.3.1) +* 1.21.4 (version: 1.21.4.3) * 1.19.3 (version: 1.19.3.1) * 1.17.8 (version: 1.17.8.2) * 1.15.8 (version: 1.15.8.1)