Skip to content

Commit

Permalink
doc: claimed that we work with nginx 1.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Aug 16, 2014
1 parent d08c063 commit 494b868
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
Expand Up @@ -13,9 +13,9 @@ Installation
Get the ngx_devel_kit source code from (http://github.com/simpl/ngx_devel_kit)
Unpack the source code and build nginx with this module.

$ wget 'http://nginx.org/download/nginx-1.7.2.tar.gz'
$ tar -xzvf nginx-1.7.2.tar.gz
$ cd nginx-1.7.2/
$ wget 'http://nginx.org/download/nginx-1.7.4.tar.gz'
$ tar -xzvf nginx-1.7.4.tar.gz
$ cd nginx-1.7.4/

$ git-clone http://github.com/simpl/ngx_devel_kit.git
$ git-clone http://github.com/calio/form-input-nginx-module.git
Expand Down Expand Up @@ -68,7 +68,7 @@ Limitations
Compatibility
The following versions of Nginx should work with this module:

* 1.7.x (last tested: 1.7.2)
* 1.7.x (last tested: 1.7.4)

* 1.5.x (last tested: 1.5.12)

Expand Down

0 comments on commit 494b868

Please sign in to comment.