Skip to content

Commit b41a20b

Browse files
authored
Merge pull request chobits#128 from chobits/for_pull_request
updated REAMDE.md: support nginx 1.17.x
2 parents 320e96f + 3d69e51 commit b41a20b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ Select patch
177177
| 1.13.x ~ 1.14.x | NO | [proxy_connect_1014.patch](patch/proxy_connect_1014.patch) |
178178
| 1.13.x ~ 1.14.x | YES | [proxy_connect_rewrite_1014.patch](patch/proxy_connect_rewrite_1014.patch) |
179179
| 1.15.2 | YES | [proxy_connect_rewrite_1015.patch](patch/proxy_connect_rewrite_1015.patch) |
180-
| 1.15.4 ~ 1.16.0 | YES | [proxy_connect_rewrite_101504.patch](patch/proxy_connect_rewrite_101504.patch) |
180+
| 1.15.4 ~ 1.16.x | YES | [proxy_connect_rewrite_101504.patch](patch/proxy_connect_rewrite_101504.patch) |
181+
| 1.17.x | YES | [proxy_connect_rewrite_101504.patch](patch/proxy_connect_rewrite_101504.patch) |
181182

182183
| OpenResty version | enable REWRITE phase | patch |
183184
| --: | --: | --: |
@@ -420,7 +421,8 @@ Nginx Compatibility
420421

421422
The latest module is compatible with the following versions of nginx:
422423

423-
* 1.16.0 (stable version of 1.16.x)
424+
* 1.17.3 (mainline version of 1.17.x)
425+
* 1.16.1 (stable version of 1.16.x)
424426
* 1.14.2 (stable version of 1.14.x)
425427
* 1.12.1 (stable version of 1.12.x)
426428
* 1.10.3 (stable version of 1.10.x)

0 commit comments

Comments
 (0)