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
265265Alternatively, you can install this module manually with the Nginx source:
266266
267267Grab 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:
269269
270270``` bash
271271
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 /
275275
276276 # Here we assume you would install you nginx under /opt/nginx/.
277277 $ ./configure --prefix=/opt/nginx \
You can’t perform that action at this time.
0 commit comments