Skip to content

Commit 996a76c

Browse files
committed
updated docs to reflect recent changes.
1 parent cf9669a commit 996a76c

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

README

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Status
99
This module is production ready.
1010

1111
Version
12-
This document describes srcache-nginx-module v0.20
13-
(<https://github.com/agentzh/srcache-nginx-module/tags>) released on 26
14-
April 2013.
12+
This document describes srcache-nginx-module v0.21
13+
(<https://github.com/agentzh/srcache-nginx-module/tags>) released on 23
14+
May 2013.
1515

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

924924
* Grab the nginx source code from nginx.org (<http://nginx.org>), for
925-
example, the version 1.2.8 (see Nginx Compatibility),
925+
example, the version 1.2.9 (see Nginx Compatibility),
926926

927927
* and then download the latest version of the release tarball of this
928928
module from srcache-nginx-module file list
929929
(<http://github.com/agentzh/srcache-nginx-module/tags>),
930930

931931
* and finally build the Nginx source with this module
932932

933-
wget 'http://nginx.org/download/nginx-1.2.8.tar.gz'
934-
tar -xzvf nginx-1.2.8.tar.gz
935-
cd nginx-1.2.8/
933+
wget 'http://nginx.org/download/nginx-1.2.9.tar.gz'
934+
tar -xzvf nginx-1.2.9.tar.gz
935+
cd nginx-1.2.9/
936936

937937
# Here we assume you would install you nginx under /opt/nginx/.
938938
./configure --prefix=/opt/nginx \
@@ -946,7 +946,7 @@ Compatibility
946946

947947
* 1.3.x (last tested: 1.3.7)
948948

949-
* 1.2.x (last tested: 1.2.8)
949+
* 1.2.x (last tested: 1.2.9)
950950

951951
* 1.1.x (last tested: 1.1.5)
952952

README.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This module is production ready.
1818
Version
1919
=======
2020

21-
This document describes srcache-nginx-module [v0.20](https://github.com/agentzh/srcache-nginx-module/tags) released on 26 April 2013.
21+
This document describes srcache-nginx-module [v0.21](https://github.com/agentzh/srcache-nginx-module/tags) released on 23 May 2013.
2222

2323
Synopsis
2424
========
@@ -777,13 +777,13 @@ It is recommended to install this module as well as the Nginx core and many othe
777777

778778
Alternatively, you can build Nginx with this module all by yourself:
779779

780-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.2.8 (see [Nginx Compatibility](http://wiki.nginx.org/HttpSRCacheModule#Compatibility)),
780+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.2.9 (see [Nginx Compatibility](http://wiki.nginx.org/HttpSRCacheModule#Compatibility)),
781781
* 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/tags),
782782
* and finally build the Nginx source with this module
783783

784-
wget 'http://nginx.org/download/nginx-1.2.8.tar.gz'
785-
tar -xzvf nginx-1.2.8.tar.gz
786-
cd nginx-1.2.8/
784+
wget 'http://nginx.org/download/nginx-1.2.9.tar.gz'
785+
tar -xzvf nginx-1.2.9.tar.gz
786+
cd nginx-1.2.9/
787787
788788
# Here we assume you would install you nginx under /opt/nginx/.
789789
./configure --prefix=/opt/nginx \
@@ -799,7 +799,7 @@ Compatibility
799799
The following versions of Nginx should work with this module:
800800

801801
* 1.3.x (last tested: 1.3.7)
802-
* 1.2.x (last tested: 1.2.8)
802+
* 1.2.x (last tested: 1.2.9)
803803
* 1.1.x (last tested: 1.1.5)
804804
* 1.0.x (last tested: 1.0.11)
805805
* 0.9.x (last tested: 0.9.4)

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/srcache-nginx-module/tags v0.20] released on 26 April 2013.
13+
This document describes srcache-nginx-module [https://github.com/agentzh/srcache-nginx-module/tags v0.21] released on 23 May 2013.
1414

1515
= Synopsis =
1616

@@ -737,13 +737,13 @@ It is recommended to install this module as well as the Nginx core and many othe
737737

738738
Alternatively, you can build Nginx with this module all by yourself:
739739

740-
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.2.8 (see [[#Compatibility|Nginx Compatibility]]),
740+
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.2.9 (see [[#Compatibility|Nginx Compatibility]]),
741741
* and then download the latest version of the release tarball of this module from srcache-nginx-module [http://github.com/agentzh/srcache-nginx-module/tags file list],
742742
* and finally build the Nginx source with this module
743743
<geshi lang="nginx">
744-
wget 'http://nginx.org/download/nginx-1.2.8.tar.gz'
745-
tar -xzvf nginx-1.2.8.tar.gz
746-
cd nginx-1.2.8/
744+
wget 'http://nginx.org/download/nginx-1.2.9.tar.gz'
745+
tar -xzvf nginx-1.2.9.tar.gz
746+
cd nginx-1.2.9/
747747

748748
# Here we assume you would install you nginx under /opt/nginx/.
749749
./configure --prefix=/opt/nginx \
@@ -758,7 +758,7 @@ Alternatively, you can build Nginx with this module all by yourself:
758758
The following versions of Nginx should work with this module:
759759

760760
* 1.3.x (last tested: 1.3.7)
761-
* 1.2.x (last tested: 1.2.8)
761+
* 1.2.x (last tested: 1.2.9)
762762
* 1.1.x (last tested: 1.1.5)
763763
* 1.0.x (last tested: 1.0.11)
764764
* 0.9.x (last tested: 0.9.4)

0 commit comments

Comments
 (0)