A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/openresty/srcache-nginx-module/commit/060c6b94ab3550b933ddda94cdf88ec68a41ca7f below:

bumped version to 0.27 and updated other stuff. · openresty/srcache-nginx-module@060c6b9 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+14

-12

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+14

-12

lines changed 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

1009 1009

```nginx

1010 1010 1011 -

wget 'http://nginx.org/download/nginx-1.5.11.tar.gz'

1012 -

tar -xzvf nginx-1.5.11.tar.gz

1013 -

cd nginx-1.5.11/

1011 +

wget 'http://nginx.org/download/nginx-1.7.0.tar.gz'

1012 +

tar -xzvf nginx-1.7.0.tar.gz

1013 +

cd nginx-1.7.0/

1014 1014 1015 1015

# Here we assume you would install you nginx under /opt/nginx/.

1016 1016

./configure --prefix=/opt/nginx \

@@ -1027,7 +1027,8 @@ Compatibility

1027 1027 1028 1028

The following versions of Nginx should work with this module:

1029 1029 1030 -

* 1.5.x (last tested: 1.5.11)

1030 +

* 1.7.x (last tested: 1.7.0)

1031 +

* 1.5.x (last tested: 1.5.12)

1031 1032

* 1.4.x (last tested: 1.4.4)

1032 1033

* 1.3.x (last tested: 1.3.7)

1033 1034

* 1.2.x (last tested: 1.2.9)

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

830 830

<geshi lang="nginx">

831 -

wget 'http://nginx.org/download/nginx-1.5.11.tar.gz'

832 -

tar -xzvf nginx-1.5.11.tar.gz

833 -

cd nginx-1.5.11/

831 +

wget 'http://nginx.org/download/nginx-1.7.0.tar.gz'

832 +

tar -xzvf nginx-1.7.0.tar.gz

833 +

cd nginx-1.7.0/

834 834 835 835

# Here we assume you would install you nginx under /opt/nginx/.

836 836

./configure --prefix=/opt/nginx \

@@ -844,7 +844,8 @@ Alternatively, you can build Nginx with this module all by yourself:

844 844 845 845

The following versions of Nginx should work with this module:

846 846 847 -

* 1.5.x (last tested: 1.5.11)

847 +

* 1.7.x (last tested: 1.7.0)

848 +

* 1.5.x (last tested: 1.5.12)

848 849

* 1.4.x (last tested: 1.4.4)

849 850

* 1.3.x (last tested: 1.3.7)

850 851

* 1.2.x (last tested: 1.2.9)

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4