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
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
411411The 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
416416Tengine Compatibility
417417---------------------
You can’t perform that action at this time.
0 commit comments