From a246dc89bd9b062d2b61ac5084ead8ad864362ca Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Mon, 2 Sep 2013 22:45:23 -0700 Subject: [PATCH] updated docs to reflect recent changes. --- README | 18 ++++++++++-------- README.markdown | 13 +++++++------ doc/HttpEchoModule.wiki | 13 +++++++------ 3 files changed, 24 insertions(+), 20 deletions(-) diff --git a/README b/README index 8aa191c..e120da3 100644 --- a/README +++ b/README @@ -9,9 +9,9 @@ Status This module is production ready. Version - This document describes ngx_echo v0.46 - () released on 6 - August 2013. + This document describes ngx_echo v0.47 + () released on 2 + September 2013. Synopsis location /hello { @@ -1371,12 +1371,12 @@ Installation source: Grab the nginx source code from nginx.org (), for - example, the version 1.4.1 (see nginx compatibility), and then build the + example, the version 1.4.2 (see nginx compatibility), and then build the source with this module: - $ wget 'http://sysoev.ru/nginx/nginx-1.4.1.tar.gz' - $ tar -xzvf nginx-1.4.1.tar.gz - $ cd nginx-1.4.1/ + $ wget 'http://nginx.org/download/nginx-1.4.2.tar.gz' + $ tar -xzvf nginx-1.4.2.tar.gz + $ cd nginx-1.4.2/ # Here we assume you would install you nginx under /opt/nginx/. $ ./configure --prefix=/opt/nginx \ @@ -1395,7 +1395,9 @@ Installation Compatibility The following versions of Nginx should work with this module: - * 1.4.x (last tested: 1.4.1) + * 1.5.x (last tested: 1.5.4) + + * 1.4.x (last tested: 1.4.2) * 1.3.x (last tested: 1.3.7) diff --git a/README.markdown b/README.markdown index ecf32aa..7a3e135 100644 --- a/README.markdown +++ b/README.markdown @@ -18,7 +18,7 @@ This module is production ready. Version ======= -This document describes ngx_echo [v0.46](https://github.com/agentzh/echo-nginx-module/tags) released on 6 August 2013. +This document describes ngx_echo [v0.47](https://github.com/agentzh/echo-nginx-module/tags) released on 2 September 2013. Synopsis ======== @@ -1372,12 +1372,12 @@ You're recommended to install this module (as well as the Nginx core and many ot Alternatively, you can install this module manually with the Nginx source: Grab the nginx source code from [nginx.org](http://nginx.org/), for example, -the version 1.4.1 (see [nginx compatibility](http://wiki.nginx.org/HttpEchoModule#Compatibility)), and then build the source with this module: +the version 1.4.2 (see [nginx compatibility](http://wiki.nginx.org/HttpEchoModule#Compatibility)), and then build the source with this module: - $ wget 'http://sysoev.ru/nginx/nginx-1.4.1.tar.gz' - $ tar -xzvf nginx-1.4.1.tar.gz - $ cd nginx-1.4.1/ + $ wget 'http://nginx.org/download/nginx-1.4.2.tar.gz' + $ tar -xzvf nginx-1.4.2.tar.gz + $ cd nginx-1.4.2/ # Here we assume you would install you nginx under /opt/nginx/. $ ./configure --prefix=/opt/nginx \ @@ -1396,7 +1396,8 @@ Compatibility The following versions of Nginx should work with this module: -* **1.4.x** (last tested: 1.4.1) +* **1.5.x** (last tested: 1.5.4) +* **1.4.x** (last tested: 1.4.2) * **1.3.x** (last tested: 1.3.7) * **1.2.x** (last tested: 1.2.9) * **1.1.x** (last tested: 1.1.5) diff --git a/doc/HttpEchoModule.wiki b/doc/HttpEchoModule.wiki index 7083350..6d9757c 100644 --- a/doc/HttpEchoModule.wiki +++ b/doc/HttpEchoModule.wiki @@ -10,7 +10,7 @@ This module is production ready. = Version = -This document describes ngx_echo [https://github.com/agentzh/echo-nginx-module/tags v0.46] released on 6 August 2013. +This document describes ngx_echo [https://github.com/agentzh/echo-nginx-module/tags v0.47] released on 2 September 2013. = Synopsis = @@ -1330,12 +1330,12 @@ You're recommended to install this module (as well as the Nginx core and many ot Alternatively, you can install this module manually with the Nginx source: Grab the nginx source code from [http://nginx.org/ nginx.org], for example, -the version 1.4.1 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module: +the version 1.4.2 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module: - $ wget 'http://sysoev.ru/nginx/nginx-1.4.1.tar.gz' - $ tar -xzvf nginx-1.4.1.tar.gz - $ cd nginx-1.4.1/ + $ wget 'http://nginx.org/download/nginx-1.4.2.tar.gz' + $ tar -xzvf nginx-1.4.2.tar.gz + $ cd nginx-1.4.2/ # Here we assume you would install you nginx under /opt/nginx/. $ ./configure --prefix=/opt/nginx \ @@ -1353,7 +1353,8 @@ Also, this module is included and enabled by default in the [http://openresty.or The following versions of Nginx should work with this module: -* '''1.4.x''' (last tested: 1.4.1) +* '''1.5.x''' (last tested: 1.5.4) +* '''1.4.x''' (last tested: 1.4.2) * '''1.3.x''' (last tested: 1.3.7) * '''1.2.x''' (last tested: 1.2.9) * '''1.1.x''' (last tested: 1.1.5)