Skip to content

Commit 645c131

Browse files
committed
doc: various updates.
1 parent 735e74a commit 645c131

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -257,18 +257,18 @@ Pretty cool, huh?
257257
Installation
258258
============
259259

260-
You're recommended to install this module (as well as the Nginx core and many other goodies) via the [ngx_openresty bundle](http://openresty.org). See [the detailed instructions](http://openresty.org/#Installation) for downloading and installing ngx_openresty into your system. This is the easiest and most safe way to set things up.
260+
You're recommended to install this module (as well as the Nginx core and many other goodies) via the [OpenResty bundle](http://openresty.org). See [the detailed instructions](http://openresty.org/#Installation) for downloading and installing OpenResty into your system. This is the easiest and most safe way to set things up.
261261

262262
Alternatively, you can install this module manually with the Nginx source:
263263

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

267267
```bash
268268

269-
$ wget 'http://nginx.org/download/nginx-1.7.10.tar.gz'
270-
$ tar -xzvf nginx-1.7.10.tar.gz
271-
$ cd nginx-1.7.10/
269+
$ wget 'http://nginx.org/download/nginx-1.9.7.tar.gz'
270+
$ tar -xzvf nginx-1.9.7.tar.gz
271+
$ cd nginx-1.9.7/
272272

273273
# Here we assume you would install you nginx under /opt/nginx/.
274274
$ ./configure --prefix=/opt/nginx \
@@ -280,7 +280,7 @@ the version 1.7.10 (see [nginx compatibility](#compatibility)), and then build t
280280

281281
Download the latest version of the release tarball of this module from [array-var-nginx-module file list](https://github.com/openresty/array-var-nginx-module/tags).
282282

283-
Also, this module is included and enabled by default in the [ngx_openresty bundle](http://openresty.org).
283+
Also, this module is included and enabled by default in the [OpenResty bundle](http://openresty.org).
284284

285285
[Back to TOC](#table-of-contents)
286286

@@ -289,6 +289,8 @@ Compatibility
289289

290290
The following versions of Nginx should work with this module:
291291

292+
* **1.9.x** (last tested: 1.9.7)
293+
* **1.8.x**
292294
* **1.7.x** (last tested: 1.7.10)
293295
* **1.6.x**
294296
* **1.5.x** (last tested: 1.5.12)
@@ -332,7 +334,7 @@ Yichun "agentzh" Zhang (章亦春) <[email protected]>, CloudFlare Inc.
332334
Copyright & License
333335
===================
334336

335-
Copyright (c) 2009-2015, Yichun Zhang (agentzh) <[email protected]>, CloudFlare Inc.
337+
Copyright (c) 2009-2016, Yichun Zhang (agentzh) <[email protected]>, CloudFlare Inc.
336338

337339
This module is licensed under the terms of the BSD license.
338340

0 commit comments

Comments
 (0)