Skip to content

Commit ae1b5e8

Browse files
authored
Merge pull request chobits#171 from chobits/for_pull_request
updated README.md: updated openresty support to 1.19.3.1
2 parents fa86644 + a1b9096 commit ae1b5e8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ Select patch
189189
| 1.13.6 | YES | [proxy_connect_rewrite_1014.patch](patch/proxy_connect_rewrite_1014.patch) |
190190
| 1.15.8 | YES | [proxy_connect_rewrite_101504.patch](patch/proxy_connect_rewrite_101504.patch) |
191191
| 1.17.8 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) |
192+
| 1.19.3 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) |
192193

193194
* `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.
194195
* `proxy_connect_rewrite_<VERSION>.patch` enables these REWRITE phase directives.
@@ -236,9 +237,9 @@ Build OpenResty
236237
* Build OpenResty with this module from source:
237238

238239
```bash
239-
$ wget https://openresty.org/download/openresty-1.15.8.1.tar.gz
240-
$ tar -zxvf openresty-1.15.8.1.tar.gz
241-
$ cd openresty-1.15.8.1
240+
$ wget https://openresty.org/download/openresty-1.19.3.1.tar.gz
241+
$ tar -zxvf openresty-1.19.3.1.tar.gz
242+
$ cd openresty-1.19.3.1
242243
$ ./configure --add-module=/path/to/ngx_http_proxy_connect_module
243244
$ patch -d build/nginx-1.15.8/ -p 1 < /path/to/ngx_http_proxy_connect_module/patch/proxy_connect_rewrite_101504.patch
244245
$ make && make install
@@ -460,6 +461,7 @@ The latest module is compatible with the following versions of OpenResty:
460461
* 1.13.6 (version: 1.13.6.2)
461462
* 1.15.8 (version: 1.15.8.1)
462463
* 1.17.8 (version: 1.17.8.2)
464+
* 1.19.3 (version: 1.19.3.1)
463465

464466
Tengine Compatibility
465467
---------------------

0 commit comments

Comments
 (0)