Skip to content

Commit 23a2b95

Browse files
authored
Merge pull request chobits#115 from chobits/for_pull_request
updated README.md: updated openresty support to 1.15.8.1
2 parents 025a1f0 + df43597 commit 23a2b95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@ Build OpenResty
220220
* Build OpenResty with this module from source:
221221

222222
```bash
223-
$ wget https://openresty.org/download/openresty-1.13.6.2.tar.gz
224-
$ tar -zxvf openresty-1.13.6.2.tar.gz
225-
$ cd openresty-1.13.6.2
223+
$ wget https://openresty.org/download/openresty-1.15.8.1.tar.gz
224+
$ tar -zxvf openresty-1.15.8.1.tar.gz
225+
$ cd openresty-1.15.8.1
226226
$ ./configure --add-module=/path/to/ngx_http_proxy_connect_module
227-
$ patch -d build/nginx-1.13.6/ -p 1 < /path/to/ngx_http_proxy_connect_module/patch/proxy_connect_rewrite_1014.patch
227+
$ patch -d build/nginx-1.15.8/ -p 1 < /path/to/ngx_http_proxy_connect_module/patch/proxy_connect_rewrite_101504.patch
228228
$ make && make install
229229
```
230230

@@ -411,7 +411,7 @@ OpenResty Compatibility
411411
The latest module is compatible with the following versions of OpenResty:
412412

413413
* 1.13.6 (version: 1.13.6.2)
414-
* 1.15.8 (version: 1.15.8.1rc1)
414+
* 1.15.8 (version: 1.15.8.1)
415415

416416
Tengine Compatibility
417417
---------------------

0 commit comments

Comments
 (0)