You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ This module is production ready.
65
65
Version
66
66
=======
67
67
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.
69
69
70
70
Synopsis
71
71
========
@@ -1001,15 +1001,15 @@ It is recommended to install this module as well as the Nginx core and many othe
1001
1001
1002
1002
Alternatively, you can build Nginx with this module all by yourself:
1003
1003
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)),
1005
1005
* 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.)
1006
1006
* 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),
1007
1007
* and finally build the Nginx source with this module
0 commit comments