Skip to content

Commit 6483e14

Browse files
committed
doc: we now work with nginx cores as new as 1.13.6.
1 parent 7b5359d commit 6483e14

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@ You're recommended to install this module (as well as the Nginx core and many ot
226226
Alternatively, you can install this module manually with the Nginx source:
227227

228228
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:
230230

231231
```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/
235235

236236
Here we assume you would install you nginx under /opt/nginx/.
237237
./configure --prefix=/opt/nginx \
@@ -269,6 +269,8 @@ Compatibility
269269

270270
The following versions of Nginx should work with this module:
271271

272+
* **1.13.x** (last tested: 1.13.6)
273+
* **1.12.x**
272274
* **1.11.x** (last tested: 1.11.2)
273275
* **1.10.x**
274276
* **1.9.x** (last tested: 1.9.15)

0 commit comments

Comments
 (0)