Skip to content

Commit 4ebab2b

Browse files
committed
doc: emphasized that this module is a core component of OpenResty.
1 parent cf88765 commit 4ebab2b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ngx_http_lua_module - Embed the power of Lua into Nginx HTTP Servers.
1010

1111
*This module is not distributed with the Nginx source.* See [the installation instructions](#installation).
1212

13+
This module is a core component of OpenResty. If you are using this module, then you are essentially using OpenResty :)
14+
1315
Table of Contents
1416
=================
1517

@@ -186,6 +188,8 @@ Synopsis
186188
Description
187189
===========
188190

191+
This module is a core component of OpenResty. If you are using this module, then you are essentially using OpenResty :)
192+
189193
This module embeds Lua, via [LuaJIT 2.0/2.1](http://luajit.org/luajit.html), into Nginx and by leveraging Nginx's subrequests, allows the integration of the powerful Lua threads (Lua coroutines) into the Nginx event model.
190194

191195
Unlike [Apache's mod_lua](https://httpd.apache.org/docs/trunk/mod/mod_lua.html) and [Lighttpd's mod_magnet](http://redmine.lighttpd.net/wiki/1/Docs:ModMagnet), Lua code executed using this module can be *100% non-blocking* on network traffic as long as the [Nginx API for Lua](#nginx-api-for-lua) provided by this module is used to handle

doc/HttpLuaModule.wiki

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ngx_http_lua_module - Embed the power of Lua into Nginx HTTP Servers.
44

55
''This module is not distributed with the Nginx source.'' See [[#Installation|the installation instructions]].
66

7+
This module is a core component of OpenResty. If you are using this module, then you are essentially using OpenResty :)
8+
79
= Status =
810

911
Production ready.
@@ -130,6 +132,8 @@ This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/t
130132

131133
= Description =
132134

135+
This module is a core component of OpenResty. If you are using this module, then you are essentially using OpenResty :)
136+
133137
This module embeds Lua, via [http://luajit.org/luajit.html LuaJIT 2.0/2.1], into Nginx and by leveraging Nginx's subrequests, allows the integration of the powerful Lua threads (Lua coroutines) into the Nginx event model.
134138

135139
Unlike [https://httpd.apache.org/docs/trunk/mod/mod_lua.html Apache's mod_lua] and [http://redmine.lighttpd.net/wiki/1/Docs:ModMagnet Lighttpd's mod_magnet], Lua code executed using this module can be ''100% non-blocking'' on network traffic as long as the [[#Nginx API for Lua|Nginx API for Lua]] provided by this module is used to handle

0 commit comments

Comments
 (0)