File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -226,12 +226,12 @@ You're recommended to install this module (as well as the Nginx core and many ot
226
226
Alternatively, you can install this module manually with the Nginx source:
227
227
228
228
Grab the nginx source code from [ nginx.org] ( http://nginx.org/ ) , for example,
229
- the version 1.11.2 (see [ nginx compatibility] ( #compatibility ) ), and then build the source with this module:
229
+ the version 1.13.6 (see [ nginx compatibility] ( #compatibility ) ), and then build the source with this module:
230
230
231
231
``` bash
232
- wget ' http://nginx.org/download/nginx-1.11.2 .tar.gz'
233
- tar -xzvf nginx-1.11.2 .tar.gz
234
- cd nginx-1.11.2 /
232
+ wget ' http://nginx.org/download/nginx-1.13.6 .tar.gz'
233
+ tar -xzvf nginx-1.13.6 .tar.gz
234
+ cd nginx-1.13.6 /
235
235
236
236
Here we assume you would install you nginx under /opt/nginx/.
237
237
./configure --prefix=/opt/nginx \
@@ -269,6 +269,8 @@ Compatibility
269
269
270
270
The following versions of Nginx should work with this module:
271
271
272
+ * ** 1.13.x** (last tested: 1.13.6)
273
+ * ** 1.12.x**
272
274
* ** 1.11.x** (last tested: 1.11.2)
273
275
* ** 1.10.x**
274
276
* ** 1.9.x** (last tested: 1.9.15)
You can’t perform that action at this time.
0 commit comments