Skip to content

Commit 48c3e47

Browse files
authored
Update README.md: support nginx-1.25.4 and openresty-1.25.3
1 parent 6fabcf9 commit 48c3e47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ Select patch
377377
| 1.17.8 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) |
378378
| 1.19.3 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) |
379379
| 1.21.4 | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) |
380+
| 1.25.3 | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) |
380381

381382

382383
* `proxy_connect_<VERSION>.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
734735

735736
The latest module is compatible with the following versions of nginx:
736737

737-
* 1.25.0 (mainline version of 1.25.x)
738+
* 1.25.4 (mainline version of 1.25.x)
738739
* 1.24.0 (version of 1.24.x)
739740
* 1.22.1 (version of 1.22.x)
740741
* 1.20.2 (version of 1.20.x)
@@ -752,7 +753,8 @@ OpenResty Compatibility
752753

753754
The latest module is compatible with the following versions of OpenResty:
754755

755-
* 1.21.4 (version: 1.21.4.2 RC1)
756+
* 1.25.3 (version: 1.25.3.1)
757+
* 1.21.4 (version: 1.21.4.3)
756758
* 1.19.3 (version: 1.19.3.1)
757759
* 1.17.8 (version: 1.17.8.2)
758760
* 1.15.8 (version: 1.15.8.1)

0 commit comments

Comments
 (0)