Skip to content

Commit

Permalink
doc: bumped version to 0.26; also stated that we work with nginx 1.5.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Mar 20, 2014
1 parent 74a9e04 commit d4fed34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This module is production ready.
Version
=======

This document describes srcache-nginx-module [v0.25](https://github.com/agentzh/srcache-nginx-module/tags) released on 10 January 2014.
This document describes srcache-nginx-module [v0.26](https://github.com/agentzh/srcache-nginx-module/tags) released on 20 March 2014.

Synopsis
========
Expand Down Expand Up @@ -972,15 +972,15 @@ It is recommended to install this module as well as the Nginx core and many othe

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

* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.5.8 (see [Nginx Compatibility](#compatibility)),
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.5.11 (see [Nginx Compatibility](#compatibility)),
* and then apply the patch to your nginx source tree that fixes an important bug in the mainline Nginx core: <https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.4.3-upstream_truncation.patch> (you do NOT need this patch if you are using nginx 1.5.3 and later versions.)
* after that, 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),
* and finally build the Nginx source with this module
```nginx
wget 'http://nginx.org/download/nginx-1.5.8.tar.gz'
tar -xzvf nginx-1.5.8.tar.gz
cd nginx-1.5.8/
wget 'http://nginx.org/download/nginx-1.5.11.tar.gz'
tar -xzvf nginx-1.5.11.tar.gz
cd nginx-1.5.11/
# Here we assume you would install you nginx under /opt/nginx/.
./configure --prefix=/opt/nginx \
Expand All @@ -997,7 +997,7 @@ Compatibility

The following versions of Nginx should work with this module:

* 1.5.x (last tested: 1.5.8)
* 1.5.x (last tested: 1.5.11)
* 1.4.x (last tested: 1.4.4)
* 1.3.x (last tested: 1.3.7)
* 1.2.x (last tested: 1.2.9)
Expand Down
12 changes: 6 additions & 6 deletions doc/HttpSRCacheModule.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This module is production ready.

= Version =

This document describes srcache-nginx-module [https://github.com/agentzh/srcache-nginx-module/tags v0.25] released on 10 January 2014.
This document describes srcache-nginx-module [https://github.com/agentzh/srcache-nginx-module/tags v0.26] released on 20 March 2014.

= Synopsis =

Expand Down Expand Up @@ -798,14 +798,14 @@ It is recommended to install this module as well as the Nginx core and many othe

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

* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.5.8 (see [[#Compatibility|Nginx Compatibility]]),
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.5.11 (see [[#Compatibility|Nginx Compatibility]]),
* and then apply the patch to your nginx source tree that fixes an important bug in the mainline Nginx core: https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.4.3-upstream_truncation.patch (you do NOT need this patch if you are using nginx 1.5.3 and later versions.)
* after that, 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],
* and finally build the Nginx source with this module
<geshi lang="nginx">
wget 'http://nginx.org/download/nginx-1.5.8.tar.gz'
tar -xzvf nginx-1.5.8.tar.gz
cd nginx-1.5.8/
wget 'http://nginx.org/download/nginx-1.5.11.tar.gz'
tar -xzvf nginx-1.5.11.tar.gz
cd nginx-1.5.11/

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

The following versions of Nginx should work with this module:

* 1.5.x (last tested: 1.5.8)
* 1.5.x (last tested: 1.5.11)
* 1.4.x (last tested: 1.4.4)
* 1.3.x (last tested: 1.3.7)
* 1.2.x (last tested: 1.2.9)
Expand Down

0 comments on commit d4fed34

Please sign in to comment.