Skip to content

Commit 3dbf0af

Browse files
committed
updated docs to reflect recent changes.
1 parent 8be37a1 commit 3dbf0af

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ Directives
6969

7070
Installation
7171
1. Grab the nginx source code from nginx.net (< http://nginx.net/ >), for
72-
example, the version 0.8.41 (see nginx compatibility),
72+
example, the version 0.8.54 (see nginx compatibility),
7373
2. and then build the source with this module:
7474

75-
$ wget 'http://sysoev.ru/nginx/nginx-0.8.41.tar.gz'
76-
$ tar -xzvf nginx-0.8.41.tar.gz
77-
$ cd nginx-0.8.41/
75+
$ wget 'http://sysoev.ru/nginx/nginx-0.8.54.tar.gz'
76+
$ tar -xzvf nginx-0.8.54.tar.gz
77+
$ cd nginx-0.8.54/
7878

7979
# Here we assume you would install you nginx under /opt/nginx/.
8080
$ ./configure --prefix=/opt/nginx \
@@ -95,9 +95,11 @@ Installation
9595
Compatibility
9696
The following versions of Nginx should work with this module:
9797

98+
* 0.9.x (last tested: 0.9.4)
99+
98100
* 0.8.x (last tested: 0.8.54)
99101

100-
* 0.7.x >= 0.7.46 (last tested version is 0.7.67)
102+
* 0.7.x >= 0.7.46 (last tested: 0.7.68)
101103

102104
Earlier versions of Nginx like 0.6.x and 0.5.x, as well as
103105
latest nginx 0.8.42+ will *not* work.
@@ -132,7 +134,6 @@ Test Suite
132134

133135
To run it on your side:
134136

135-
$ cd test
136137
$ PATH=/path/to/your/nginx-with-srcache-module:$PATH prove -r t
137138

138139
You need to terminate any Nginx processes before running the test suite
@@ -156,10 +157,10 @@ Author
156157
agentzh (章亦春) *<agentzh@gmail.com>*
157158

158159
Copyright & License
159-
Copyright (c) 2010, Taobao Inc., Alibaba Group ( http://www.taobao.com
160+
Copyright (c) 2010, 2011 Taobao Inc., Alibaba Group ( http://www.taobao.com
160161
).
161162

162-
Copyright (c) 2009, Yichun Zhang (agentzh) <agentzh@gmail.com>.
163+
Copyright (c) 2010, 2011, Yichun "agentzh" Zhang <agentzh@gmail.com>.
163164

164165
This module is licensed under the terms of the BSD license.
165166

0 commit comments

Comments
 (0)