Skip to content

Commit dd796c2

Browse files
committed
fixed typo in README.md
1 parent 4649790 commit dd796c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ This module disables nginx REWRITE phase for CONNECT request by default, which m
146146
$ wget http://nginx.org/download/nginx-1.9.2.tar.gz
147147
$ tar -xzvf nginx-1.9.2.tar.gz
148148
$ cd nginx-1.9.2/
149-
$ patch -p1 < /path/to/ngx_http_proxy_connect_module/proxy_connect.patch
149+
$ patch -p1 < /path/to/ngx_http_proxy_connect_module/patch/proxy_connect.patch
150150
$ ./configure --add-module=/path/to/ngx_http_proxy_connect_module
151151
$ make && make install
152152
```

0 commit comments

Comments
 (0)