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
+7-6
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ This module is production ready.
70
70
Version
71
71
=======
72
72
73
-
This document describes srcache-nginx-module [v0.26](https://github.com/openresty/srcache-nginx-module/tags) released on 20 March 2014.
73
+
This document describes srcache-nginx-module [v0.27](https://github.com/openresty/srcache-nginx-module/tags) released on 31 May 2014.
74
74
75
75
Synopsis
76
76
========
@@ -1002,15 +1002,15 @@ It is recommended to install this module as well as the Nginx core and many othe
1002
1002
1003
1003
Alternatively, you can build Nginx with this module all by yourself:
1004
1004
1005
-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.5.11 (see [Nginx Compatibility](#compatibility)),
1005
+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.7.0 (see [Nginx Compatibility](#compatibility)),
1006
1006
* 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/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.)
1007
1007
* after that, download the latest version of the release tarball of this module from srcache-nginx-module [file list](http://github.com/openresty/srcache-nginx-module/tags),
1008
1008
* and finally build the Nginx source with this module
Copy file name to clipboardExpand all lines: doc/HttpSRCacheModule.wiki
+7-6
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This module is production ready.
10
10
11
11
= Version =
12
12
13
-
This document describes srcache-nginx-module [https://github.com/openresty/srcache-nginx-module/tags v0.26] released on 20 March 2014.
13
+
This document describes srcache-nginx-module [https://github.com/openresty/srcache-nginx-module/tags v0.27] released on 31 May 2014.
14
14
15
15
= Synopsis =
16
16
@@ -823,14 +823,14 @@ It is recommended to install this module as well as the Nginx core and many othe
823
823
824
824
Alternatively, you can build Nginx with this module all by yourself:
825
825
826
-
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.5.11 (see [[#Compatibility|Nginx Compatibility]]),
826
+
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.7.0 (see [[#Compatibility|Nginx Compatibility]]),
827
827
* 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/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.)
828
828
* after that, download the latest version of the release tarball of this module from srcache-nginx-module [http://github.com/openresty/srcache-nginx-module/tags file list],
829
829
* and finally build the Nginx source with this module
0 commit comments