Skip to content

Commit

Permalink
updated the nginx version in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Sep 9, 2012
1 parent 2dea680 commit ff22a0c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -520,17 +520,17 @@ Installation
standard Nginx core as follows:

* Grab the nginx source code from nginx.org (<http://nginx.org>), for
example, the version 1.2.1 (see nginx compatibility),
example, the version 1.2.3 (see nginx compatibility),

* and then download the latest version of the release tarball of this
module from ngx_redis2's file list
(<http://github.com/agentzh/redis2-nginx-module/tags>).

* and finally build the source with this module:

wget 'http://nginx.org/download/nginx-1.2.1.tar.gz'
tar -xzvf nginx-1.2.1.tar.gz
cd nginx-1.2.1/
wget 'http://nginx.org/download/nginx-1.2.3.tar.gz'
tar -xzvf nginx-1.2.3.tar.gz
cd nginx-1.2.3/

# Here we assume you would install you nginx under /opt/nginx/.
./configure --prefix=/opt/nginx \
Expand Down
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -515,13 +515,13 @@ You are recommended to install this module (as well as the Nginx core and many m

Alternatively, you can install this module manually by recompiling the standard Nginx core as follows:

* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.2.1 (see nginx compatibility),
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.2.3 (see nginx compatibility),
* and then download the latest version of the release tarball of this module from ngx_redis2's [file list](http://github.com/agentzh/redis2-nginx-module/tags).
* and finally build the source with this module:

wget 'http://nginx.org/download/nginx-1.2.1.tar.gz'
tar -xzvf nginx-1.2.1.tar.gz
cd nginx-1.2.1/
wget 'http://nginx.org/download/nginx-1.2.3.tar.gz'
tar -xzvf nginx-1.2.3.tar.gz
cd nginx-1.2.3/

# Here we assume you would install you nginx under /opt/nginx/.
./configure --prefix=/opt/nginx \
Expand Down
8 changes: 4 additions & 4 deletions doc/HttpRedis2Module.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -487,13 +487,13 @@ You are recommended to install this module (as well as the Nginx core and many m

Alternatively, you can install this module manually by recompiling the standard Nginx core as follows:

* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.2.1 (see nginx compatibility),
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.2.3 (see nginx compatibility),
* and then download the latest version of the release tarball of this module from ngx_redis2's [http://github.com/agentzh/redis2-nginx-module/tags file list].
* and finally build the source with this module:
<geshi lang="bash">
wget 'http://nginx.org/download/nginx-1.2.1.tar.gz'
tar -xzvf nginx-1.2.1.tar.gz
cd nginx-1.2.1/
wget 'http://nginx.org/download/nginx-1.2.3.tar.gz'
tar -xzvf nginx-1.2.3.tar.gz
cd nginx-1.2.3/

# Here we assume you would install you nginx under /opt/nginx/.
./configure --prefix=/opt/nginx \
Expand Down

0 comments on commit ff22a0c

Please sign in to comment.