Skip to content

Commit 532fcce

Browse files
committed
updated README to state that we work with nginx 1.0.8 and 1.1.5.
1 parent 1d14f79 commit 532fcce

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@ Directives
3838

3939
Installation
4040
1. Grab the nginx source code from nginx.net (<http://nginx.net/>), for
41-
example, the version 0.8.54 (see nginx compatibility),
41+
example, the version 1.0.8 (see nginx compatibility),
4242

4343
2. Grab the NDK module from GitHub:
4444
http://github.com/simpl/ngx_devel_kit
4545

4646
3. and then build the source with this module:
4747

48-
$ wget 'http://sysoev.ru/nginx/nginx-0.8.54.tar.gz'
49-
$ tar -xzvf nginx-0.8.54.tar.gz
50-
$ cd nginx-0.8.54/
48+
wget 'http://sysoev.ru/nginx/nginx-1.0.8.tar.gz'
49+
tar -xzvf nginx-1.0.8.tar.gz
50+
cd nginx-1.0.8/
5151

5252
# Here we assume you would install you nginx under /opt/nginx/.
53-
$ ./configure --prefix=/opt/nginx \
53+
./configure --prefix=/opt/nginx \
5454
--add-module=/path/to/ngx_devel_kit \
5555
--add-module=/path/to/array-var-nginx-module
5656

57-
$ make -j2
58-
$ make install
57+
make -j2
58+
make install
5959

6060
Download the latest version of the release tarball of this module from
6161
array-var-nginx-module file list
@@ -64,7 +64,9 @@ Installation
6464
Compatibility
6565
The following versions of Nginx should work with this module:
6666

67-
* 1.0.x (last tested: 1.0.5)
67+
* 1.1.x (last tested: 1.1.5)
68+
69+
* 1.0.x (last tested: 1.0.8)
6870

6971
* 0.9.x (last tested: 0.9.4)
7072

0 commit comments

Comments
 (0)