Skip to content

Commit

Permalink
updated docs to reflect recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Sep 3, 2013
1 parent 7dcdf62 commit a246dc8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
18 changes: 10 additions & 8 deletions README
Expand Up @@ -9,9 +9,9 @@ Status
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
location /hello {
Expand Down Expand Up @@ -1371,12 +1371,12 @@ Installation
source:

Grab the nginx source code from nginx.org (<http://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 \
Expand All @@ -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)

Expand Down
13 changes: 7 additions & 6 deletions README.markdown
Expand Up @@ -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
========
Expand Down Expand Up @@ -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 \
Expand All @@ -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)
Expand Down
13 changes: 7 additions & 6 deletions doc/HttpEchoModule.wiki
Expand Up @@ -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 =

Expand Down Expand Up @@ -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:

<geshi lang="bash">
$ 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 \
Expand All @@ -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)
Expand Down

0 comments on commit a246dc8

Please sign in to comment.