Skip to content

Commit 82ddb5a

Browse files
committed
doc: we work as far as nginx 1.9.7.
1 parent fa71ba6 commit 82ddb5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,15 +1000,15 @@ It is recommended to install this module as well as the Nginx core and many othe
10001000

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

1003-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.9.3 (see [Nginx Compatibility](#compatibility)),
1003+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.9.7 (see [Nginx Compatibility](#compatibility)),
10041004
* 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.)
10051005
* 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),
10061006
* and finally build the Nginx source with this module
10071007
```nginx
10081008
1009-
wget 'http://nginx.org/download/nginx-1.9.3.tar.gz'
1010-
tar -xzvf nginx-1.9.3.tar.gz
1011-
cd nginx-1.9.3/
1009+
wget 'http://nginx.org/download/nginx-1.9.7.tar.gz'
1010+
tar -xzvf nginx-1.9.7.tar.gz
1011+
cd nginx-1.9.7/
10121012
10131013
# Here we assume you would install you nginx under /opt/nginx/.
10141014
./configure --prefix=/opt/nginx \
@@ -1025,7 +1025,7 @@ Compatibility
10251025

10261026
The following versions of Nginx should work with this module:
10271027

1028-
* 1.9.x (last tested: 1.9.3)
1028+
* 1.9.x (last tested: 1.9.7)
10291029
* 1.8.x
10301030
* 1.7.x (last tested: 1.7.10)
10311031
* 1.5.x (last tested: 1.5.12)

0 commit comments

Comments
 (0)