Skip to content

Commit feb634a

Browse files
committed
doc: stated that we work with nginx cores as far as 1.9.7.
1 parent 87a20d1 commit feb634a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Nginx Compatibility
243243
===================
244244
The latest module is compatible with the following versions of Nginx:
245245

246-
* 1.9.x (last tested: 1.9.3)
246+
* 1.9.x (last tested: 1.9.7)
247247
* 1.7.x (last tested: 1.7.10)
248248
* 1.6.x
249249
* 1.5.x (last tested: 1.5.12)
@@ -273,9 +273,9 @@ Build the source with this module:
273273

274274
```bash
275275

276-
wget 'http://nginx.org/download/nginx-1.9.3.tar.gz'
277-
tar -xzvf nginx-1.9.3.tar.gz
278-
cd nginx-1.9.3/
276+
wget 'http://nginx.org/download/nginx-1.9.7.tar.gz'
277+
tar -xzvf nginx-1.9.7.tar.gz
278+
cd nginx-1.9.7/
279279

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

doc/HttpLuaModule.wiki

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The Lua state (Lua VM instance) is shared across all the requests handled by a s
181181
= Nginx Compatibility =
182182
The latest module is compatible with the following versions of Nginx:
183183

184-
* 1.9.x (last tested: 1.9.3)
184+
* 1.9.x (last tested: 1.9.7)
185185
* 1.7.x (last tested: 1.7.10)
186186
* 1.6.x
187187
* 1.5.x (last tested: 1.5.12)
@@ -207,9 +207,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
207207
Build the source with this module:
208208

209209
<geshi lang="bash">
210-
wget 'http://nginx.org/download/nginx-1.9.3.tar.gz'
211-
tar -xzvf nginx-1.9.3.tar.gz
212-
cd nginx-1.9.3/
210+
wget 'http://nginx.org/download/nginx-1.9.7.tar.gz'
211+
tar -xzvf nginx-1.9.7.tar.gz
212+
cd nginx-1.9.7/
213213

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

0 commit comments

Comments
 (0)