Skip to content

Commit

Permalink
Update README.md: support nginx-1.25.4 and openresty-1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Mar 22, 2024
1 parent 6fabcf9 commit 0ab2180
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -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_<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.
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 0ab2180

Please sign in to comment.