We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69776c7 + 259bb06 commit 766a8deCopy full SHA for 766a8de
README.md
@@ -149,11 +149,11 @@ $ ./configure --add-module=/path/to/ngx_http_proxy_connect_module
149
$ make && make install
150
```
151
152
-* Install this from OpenResty source:
+* Install this module from OpenResty source:
153
154
155
$ wget https://openresty.org/download/openresty-1.13.6.2.tar.gz
156
-$ tar xvf openresty-1.13.6.2.tar.gz
+$ tar -zxvf openresty-1.13.6.2.tar.gz
157
$ cd openresty-1.13.6.2
158
$ ./configure --add-module=/path/to/ngx_http_proxy_connect_module
159
$ patch -d build/nginx-1.13.6/ -p 1 < /path/to/ngx_http_proxy_connect_module/patch/proxy_connect.patch
0 commit comments