You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -257,18 +257,18 @@ Pretty cool, huh?
257
257
Installation
258
258
============
259
259
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.
261
261
262
262
Alternatively, you can install this module manually with the Nginx source:
263
263
264
264
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:
# Here we assume you would install you nginx under /opt/nginx/.
274
274
$ ./configure --prefix=/opt/nginx \
@@ -280,7 +280,7 @@ the version 1.7.10 (see [nginx compatibility](#compatibility)), and then build t
280
280
281
281
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).
282
282
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).
284
284
285
285
[Back to TOC](#table-of-contents)
286
286
@@ -289,6 +289,8 @@ Compatibility
289
289
290
290
The following versions of Nginx should work with this module:
0 commit comments