Skip to content

Commit ba2b605

Browse files
committed
doc: we now work with nginx cores as new as 1.13.6.
1 parent ed2c9f8 commit ba2b605

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ Nginx Compatibility
249249

250250
The latest version of this module is compatible with the following versions of Nginx:
251251

252+
* 1.13.x (last tested: 1.13.6)
252253
* 1.11.x (last tested: 1.11.2)
253254
* 1.10.x
254255
* 1.9.x (last tested: 1.9.15)
@@ -276,9 +277,9 @@ Build the source with this module:
276277

277278
```bash
278279

279-
wget 'http://nginx.org/download/nginx-1.11.2.tar.gz'
280-
tar -xzvf nginx-1.11.2.tar.gz
281-
cd nginx-1.11.2/
280+
wget 'http://nginx.org/download/nginx-1.13.6.tar.gz'
281+
tar -xzvf nginx-1.13.6.tar.gz
282+
cd nginx-1.13.6/
282283

283284
# tell nginx's build system where to find LuaJIT 2.0:
284285
export LUAJIT_LIB=/path/to/luajit/lib

doc/HttpLuaModule.wiki

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ The Lua state (Lua VM instance) is shared across all the requests handled by a s
186186

187187
The latest version of this module is compatible with the following versions of Nginx:
188188

189+
* 1.13.x (last tested: 1.13.6)
189190
* 1.11.x (last tested: 1.11.2)
190191
* 1.10.x
191192
* 1.9.x (last tested: 1.9.15)
@@ -209,9 +210,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
209210
Build the source with this module:
210211

211212
<geshi lang="bash">
212-
wget 'http://nginx.org/download/nginx-1.11.2.tar.gz'
213-
tar -xzvf nginx-1.11.2.tar.gz
214-
cd nginx-1.11.2/
213+
wget 'http://nginx.org/download/nginx-1.13.6.tar.gz'
214+
tar -xzvf nginx-1.13.6.tar.gz
215+
cd nginx-1.13.6/
215216

216217
# tell nginx's build system where to find LuaJIT 2.0:
217218
export LUAJIT_LIB=/path/to/luajit/lib

0 commit comments

Comments
 (0)