Skip to content

Commit e5f3de6

Browse files
committed
doc: version 0.31 and nginx compatibility as far as 1.9.15.
1 parent 188ae32 commit e5f3de6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This module is production ready.
6565
Version
6666
=======
6767

68-
This document describes srcache-nginx-module [v0.30](https://github.com/openresty/srcache-nginx-module/tags) released on 22 June 2015.
68+
This document describes srcache-nginx-module [v0.31](https://github.com/openresty/srcache-nginx-module/tags) released on 15 May 2016.
6969

7070
Synopsis
7171
========
@@ -1001,15 +1001,15 @@ It is recommended to install this module as well as the Nginx core and many othe
10011001

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

1004-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.9.7 (see [Nginx Compatibility](#compatibility)),
1004+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.9.15 (see [Nginx Compatibility](#compatibility)),
10051005
* and then apply the patch to your nginx source tree that fixes an important bug in the mainline Nginx core: <https://raw.github.com/openresty/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.)
10061006
* after that, download the latest version of the release tarball of this module from srcache-nginx-module [file list](https://github.com/openresty/srcache-nginx-module/tags),
10071007
* and finally build the Nginx source with this module
10081008

10091009
```bash
1010-
wget 'http://nginx.org/download/nginx-1.9.7.tar.gz'
1011-
tar -xzvf nginx-1.9.7.tar.gz
1012-
cd nginx-1.9.7/
1010+
wget 'http://nginx.org/download/nginx-1.9.15.tar.gz'
1011+
tar -xzvf nginx-1.9.15.tar.gz
1012+
cd nginx-1.9.15/
10131013

10141014
# Here we assume you would install you nginx under /opt/nginx/.
10151015
./configure --prefix=/opt/nginx \
@@ -1034,7 +1034,7 @@ Compatibility
10341034

10351035
The following versions of Nginx should work with this module:
10361036

1037-
* 1.9.x (last tested: 1.9.7)
1037+
* 1.9.x (last tested: 1.9.15)
10381038
* 1.8.x
10391039
* 1.7.x (last tested: 1.7.10)
10401040
* 1.5.x (last tested: 1.5.12)

0 commit comments

Comments
 (0)