File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -265,13 +265,13 @@ You're recommended to install this module (as well as the Nginx core and many ot
265
265
Alternatively, you can install this module manually with the Nginx source:
266
266
267
267
Grab the nginx source code from [ nginx.org] ( http://nginx.org/ ) , for example,
268
- the version 1.7.10 (see [ nginx compatibility] ( #compatibility ) ), and then build the source with this module:
268
+ the version 1.9.7 (see [ nginx compatibility] ( #compatibility ) ), and then build the source with this module:
269
269
270
270
``` bash
271
271
272
- $ wget ' http://nginx.org/download/nginx-1.7.10 .tar.gz'
273
- $ tar -xzvf nginx-1.7.10 .tar.gz
274
- $ cd nginx-1.7.10 /
272
+ $ wget ' http://nginx.org/download/nginx-1.9.7 .tar.gz'
273
+ $ tar -xzvf nginx-1.9.7 .tar.gz
274
+ $ cd nginx-1.9.7 /
275
275
276
276
# Here we assume you would install you nginx under /opt/nginx/.
277
277
$ ./configure --prefix=/opt/nginx \
You can’t perform that action at this time.
0 commit comments