File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -220,11 +220,11 @@ Build OpenResty
220
220
* Build OpenResty with this module from source:
221
221
222
222
``` 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
226
226
$ ./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
228
228
$ make && make install
229
229
```
230
230
@@ -411,7 +411,7 @@ OpenResty Compatibility
411
411
The latest module is compatible with the following versions of OpenResty:
412
412
413
413
* 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 )
415
415
416
416
Tengine Compatibility
417
417
---------------------
You can’t perform that action at this time.
0 commit comments