Skip to content

Commit 1d7aa7e

Browse files
committed
doc: various updates.
1 parent 54b3cb4 commit 1d7aa7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -692,12 +692,12 @@ Alternatively, you can compile this module with Nginx core's source by hand:
692692
```
693693
You can fix this by pointing `python` to `python2`.
694694
* Download the latest version of the release tarball of this module from drizzle-nginx-module [file list](http://github.com/openresty/drizzle-nginx-module/tags).
695-
* Grab the nginx source code from [nginx.org](http://nginx.org/), for example, the version 1.7.10 (see [nginx compatibility](#compatibility)), and then build the source with this module:
695+
* Grab the nginx source code from [nginx.org](http://nginx.org/), for example, the version 1.9.7 (see [nginx compatibility](#compatibility)), and then build the source with this module:
696696
```bash
697697

698-
wget 'http://nginx.org/download/nginx-1.7.10.tar.gz'
699-
tar -xzvf nginx-1.7.10.tar.gz
700-
cd nginx-1.7.10/
698+
wget 'http://nginx.org/download/nginx-1.9.7.tar.gz'
699+
tar -xzvf nginx-1.9.7.tar.gz
700+
cd nginx-1.9.7/
701701

702702
# if you have installed libdrizzle to the prefix /opt/drizzle, then
703703
# specify the following environments:
@@ -725,7 +725,7 @@ This module has been tested on Linux and Mac OS X. Reports on other POSIX-compli
725725

726726
The following versions of Nginx should work with this module:
727727

728-
* 1.9.x (last tested: 1.9.3)
728+
* 1.9.x (last tested: 1.9.7)
729729
* 1.8.x
730730
* 1.7.x (last tested: 1.7.10)
731731
* 1.6.x

0 commit comments

Comments
 (0)