@@ -38,24 +38,24 @@ Directives
38
38
39
39
Installation
40
40
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),
42
42
43
43
2. Grab the NDK module from GitHub:
44
44
http://github.com/simpl/ngx_devel_kit
45
45
46
46
3. and then build the source with this module:
47
47
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/
51
51
52
52
# Here we assume you would install you nginx under /opt/nginx/.
53
- $ ./configure --prefix=/opt/nginx \
53
+ ./configure --prefix=/opt/nginx \
54
54
--add-module=/path/to/ngx_devel_kit \
55
55
--add-module=/path/to/array-var-nginx-module
56
56
57
- $ make -j2
58
- $ make install
57
+ make -j2
58
+ make install
59
59
60
60
Download the latest version of the release tarball of this module from
61
61
array-var-nginx-module file list
@@ -64,7 +64,9 @@ Installation
64
64
Compatibility
65
65
The following versions of Nginx should work with this module:
66
66
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)
68
70
69
71
* 0.9.x (last tested: 0.9.4)
70
72
0 commit comments