@@ -156,13 +156,13 @@ You're recommended to install this module (as well as the Nginx core and many ot
156
156
Alternatively, you can install this module manually with the Nginx source:
157
157
158
158
Grab the nginx source code from [ nginx.org] ( http://nginx.org/ ) , for example,
159
- the version 1.9.3 (see [ nginx compatibility] ( #compatibility ) ), and then build the source with this module:
159
+ the version 1.9.7 (see [ nginx compatibility] ( #compatibility ) ), and then build the source with this module:
160
160
161
161
``` bash
162
162
163
- $ wget ' http://nginx.org/download/nginx-1.9.3 .tar.gz'
164
- $ tar -xzvf nginx-1.9.3 .tar.gz
165
- $ cd nginx-1.9.3 /
163
+ $ wget ' http://nginx.org/download/nginx-1.9.7 .tar.gz'
164
+ $ tar -xzvf nginx-1.9.7 .tar.gz
165
+ $ cd nginx-1.9.7 /
166
166
167
167
# Here we assume you would install you nginx under /opt/nginx/.
168
168
$ ./configure --prefix=/opt/nginx \
@@ -183,7 +183,7 @@ Compatibility
183
183
184
184
This module is compatible with the following versions of Nginx:
185
185
186
- * ** 1.9.x** (last tested: 1.9.3 )
186
+ * ** 1.9.x** (last tested: 1.9.7 )
187
187
* ** 1.8.x**
188
188
* ** 1.7.x** (last tested: 1.7.10)
189
189
* ** 1.6.x**
@@ -205,7 +205,7 @@ Copyright & License
205
205
===================
206
206
This module is licenced under the BSD license.
207
207
208
- Copyright (C) 2011-2015 , Yichun "agentzh" Zhang (章亦春) < ; agentzh@gmail.com > ; , CloudFlare Inc.
208
+ Copyright (C) 2011-2016 , Yichun "agentzh" Zhang (章亦春) < ; agentzh@gmail.com > ; , CloudFlare Inc.
209
209
210
210
All rights reserved.
211
211
0 commit comments