Skip to content

Commit 7ab41fb

Browse files
committed
Add 1.21.1 to doc
1 parent 30e3e30 commit 7ab41fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ Select patch
183183
| 1.15.2 | YES | [proxy_connect_rewrite_1015.patch](patch/proxy_connect_rewrite_1015.patch) |
184184
| 1.15.4 ~ 1.16.x | YES | [proxy_connect_rewrite_101504.patch](patch/proxy_connect_rewrite_101504.patch) |
185185
| 1.17.x ~ 1.18.0 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) |
186-
| 1.19.x | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) |
186+
| 1.19.x ~ 1.21.0 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) |
187+
| 1.21.1 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_102101.patch) |
187188

188189
| OpenResty version | enable REWRITE phase | patch |
189190
| --: | --: | --: |
@@ -192,6 +193,7 @@ Select patch
192193
| 1.15.8 | YES | [proxy_connect_rewrite_101504.patch](patch/proxy_connect_rewrite_101504.patch) |
193194
| 1.17.8 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) |
194195
| 1.19.3 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) |
196+
| 1.21.1 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_102101.patch) |
195197

196198
* `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.
197199
* `proxy_connect_rewrite_<VERSION>.patch` enables these REWRITE phase directives.

0 commit comments

Comments
 (0)