Skip to content

Commit e7c2775

Browse files
committed
confirmed that we work with nginx 1.0.6 and propagated Perlover's second typo fix to other formats of the document.
1 parent 9a45f7e commit e7c2775

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Status
1010

1111
Version
1212
This document describes srcache-nginx-module v0.12rc6
13-
(<https://github.com/agentzh/echo-nginx-module/downloads>) released on
14-
30 June 2011.
13+
(<https://github.com/agentzh/srcache-nginx-module/downloads>) released
14+
on 30 June 2011.
1515

1616
Synopsis
1717
upstream my_memcached {
@@ -314,17 +314,17 @@ Installation
314314
Alternatively, you can build Nginx with this module all by yourself:
315315

316316
* Grab the nginx source code from nginx.org (<http://nginx.org>), for
317-
example, the version 1.0.5 (see Nginx Compatibility),
317+
example, the version 1.0.6 (see Nginx Compatibility),
318318

319319
* and then download the latest version of the release tarball of this
320320
module from srcache-nginx-module file list
321321
(<http://github.com/agentzh/srcache-nginx-module/downloads>),
322322

323323
* and finally build the Nginx source with this module
324324

325-
wget 'http://nginx.org/download/nginx-1.0.5.tar.gz'
326-
tar -xzvf nginx-1.0.5.tar.gz
327-
cd nginx-1.0.5/
325+
wget 'http://nginx.org/download/nginx-1.0.6.tar.gz'
326+
tar -xzvf nginx-1.0.6.tar.gz
327+
cd nginx-1.0.6/
328328

329329
# Here we assume you would install you nginx under /opt/nginx/.
330330
./configure --prefix=/opt/nginx \
@@ -336,7 +336,7 @@ Installation
336336
Compatibility
337337
The following versions of Nginx should work with this module:
338338

339-
* 1.0.x (last tested: 1.0.5)
339+
* 1.0.x (last tested: 1.0.6)
340340

341341
* 0.9.x (last tested: 0.9.4)
342342

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,13 @@ It's recommended to install this module as well as the Nginx core and many other
261261

262262
Alternatively, you can build Nginx with this module all by yourself:
263263

264-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.0.5 (see [Nginx Compatibility](http://wiki.nginx.org/HttpSRCacheModule#Compatibility)),
264+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.0.6 (see [Nginx Compatibility](http://wiki.nginx.org/HttpSRCacheModule#Compatibility)),
265265
* and then download the latest version of the release tarball of this module from srcache-nginx-module [file list](http://github.com/agentzh/srcache-nginx-module/downloads),
266266
* and finally build the Nginx source with this module
267267

268-
wget 'http://nginx.org/download/nginx-1.0.5.tar.gz'
269-
tar -xzvf nginx-1.0.5.tar.gz
270-
cd nginx-1.0.5/
268+
wget 'http://nginx.org/download/nginx-1.0.6.tar.gz'
269+
tar -xzvf nginx-1.0.6.tar.gz
270+
cd nginx-1.0.6/
271271
272272
# Here we assume you would install you nginx under /opt/nginx/.
273273
./configure --prefix=/opt/nginx \
@@ -282,7 +282,7 @@ Compatibility
282282

283283
The following versions of Nginx should work with this module:
284284

285-
* 1.0.x (last tested: 1.0.5)
285+
* 1.0.x (last tested: 1.0.6)
286286
* 0.9.x (last tested: 0.9.4)
287287
* 0.8.x (last tested: 0.8.54)
288288
* 0.7.x >= 0.7.46 (last tested: 0.7.68)

doc/HttpSRCacheModule.wiki

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This module is production ready.
1010

1111
= Version =
1212

13-
This document describes srcache-nginx-module [https://github.com/agentzh/echo-nginx-module/downloads v0.12rc6] released on 30 June 2011.
13+
This document describes srcache-nginx-module [https://github.com/agentzh/srcache-nginx-module/downloads v0.12rc6] released on 30 June 2011.
1414

1515
= Synopsis =
1616

@@ -245,13 +245,13 @@ It's recommended to install this module as well as the Nginx core and many other
245245

246246
Alternatively, you can build Nginx with this module all by yourself:
247247

248-
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.0.5 (see [[#Compatibility|Nginx Compatibility]]),
248+
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.0.6 (see [[#Compatibility|Nginx Compatibility]]),
249249
* and then download the latest version of the release tarball of this module from srcache-nginx-module [http://github.com/agentzh/srcache-nginx-module/downloads file list],
250250
* and finally build the Nginx source with this module
251251
<geshi lang="nginx">
252-
wget 'http://nginx.org/download/nginx-1.0.5.tar.gz'
253-
tar -xzvf nginx-1.0.5.tar.gz
254-
cd nginx-1.0.5/
252+
wget 'http://nginx.org/download/nginx-1.0.6.tar.gz'
253+
tar -xzvf nginx-1.0.6.tar.gz
254+
cd nginx-1.0.6/
255255

256256
# Here we assume you would install you nginx under /opt/nginx/.
257257
./configure --prefix=/opt/nginx \
@@ -265,7 +265,7 @@ Alternatively, you can build Nginx with this module all by yourself:
265265

266266
The following versions of Nginx should work with this module:
267267

268-
* 1.0.x (last tested: 1.0.5)
268+
* 1.0.x (last tested: 1.0.6)
269269
* 0.9.x (last tested: 0.9.4)
270270
* 0.8.x (last tested: 0.8.54)
271271
* 0.7.x >= 0.7.46 (last tested: 0.7.68)

0 commit comments

Comments
 (0)