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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ This module is production ready.
69
69
Version
70
70
=======
71
71
72
-
This document describes srcache-nginx-module [v0.25](https://github.com/agentzh/srcache-nginx-module/tags) released on 10 January 2014.
72
+
This document describes srcache-nginx-module [v0.26](https://github.com/agentzh/srcache-nginx-module/tags) released on 20 March 2014.
73
73
74
74
Synopsis
75
75
========
@@ -972,15 +972,15 @@ It is recommended to install this module as well as the Nginx core and many othe
972
972
973
973
Alternatively, you can build Nginx with this module all by yourself:
974
974
975
-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.5.8 (see [Nginx Compatibility](#compatibility)),
975
+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.5.11 (see [Nginx Compatibility](#compatibility)),
976
976
* 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.)
977
977
* 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),
978
978
* and finally build the Nginx source with this module
Copy file name to clipboardExpand all lines: doc/HttpSRCacheModule.wiki
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
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/agentzh/srcache-nginx-module/tags v0.25] released on 10 January 2014.
13
+
This document describes srcache-nginx-module [https://github.com/agentzh/srcache-nginx-module/tags v0.26] released on 20 March 2014.
14
14
15
15
= Synopsis =
16
16
@@ -798,14 +798,14 @@ It is recommended to install this module as well as the Nginx core and many othe
798
798
799
799
Alternatively, you can build Nginx with this module all by yourself:
800
800
801
-
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.5.8 (see [[#Compatibility|Nginx Compatibility]]),
801
+
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.5.11 (see [[#Compatibility|Nginx Compatibility]]),
802
802
* 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.)
803
803
* 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],
804
804
* and finally build the Nginx source with this module
0 commit comments