Skip to content

Commit df01245

Browse files
committed
doc: various updates.
1 parent 2faf479 commit df01245

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@ You're recommended to install this module (as well as the Nginx core and many ot
265265
Alternatively, you can install this module manually with the Nginx source:
266266

267267
Grab the nginx source code from [nginx.org](http://nginx.org/), for example,
268-
the version 1.7.10 (see [nginx compatibility](#compatibility)), and then build the source with this module:
268+
the version 1.9.7 (see [nginx compatibility](#compatibility)), and then build the source with this module:
269269

270270
```bash
271271

272-
$ wget 'http://nginx.org/download/nginx-1.7.10.tar.gz'
273-
$ tar -xzvf nginx-1.7.10.tar.gz
274-
$ cd nginx-1.7.10/
272+
$ wget 'http://nginx.org/download/nginx-1.9.7.tar.gz'
273+
$ tar -xzvf nginx-1.9.7.tar.gz
274+
$ cd nginx-1.9.7/
275275

276276
# Here we assume you would install you nginx under /opt/nginx/.
277277
$ ./configure --prefix=/opt/nginx \

0 commit comments

Comments
 (0)