You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+7-8
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ It is *highly* recommended to use [OpenResty releases](http://openresty.org) whi
270
270
Alternatively, ngx_lua can be manually compiled into Nginx:
271
271
272
272
1. Install LuaJIT 2.0 or 2.1 (recommended) or Lua 5.1 (Lua 5.2 is *not* supported yet). LuaJIT can be downloaded from the [LuaJIT project website](http://luajit.org/download.html) and Lua 5.1, from the [Lua project website](http://www.lua.org/). Some distribution package managers also distribute LuaJIT and/or Lua.
273
-
1. Download the latest version of the ngx_devel_kit (NDK) module [HERE](https://github.com/simpl/ngx_devel_kit/tags).
273
+
1. Download the latest version of the ngx_devel_kit (NDK) module [HERE](https://github.com/simplresty/ngx_devel_kit/tags).
274
274
1. Download the latest version of ngx_lua [HERE](https://github.com/openresty/lua-nginx-module/tags).
275
275
1. Download the latest version of Nginx [HERE](http://nginx.org/) (See [Nginx Compatibility](#nginx-compatibility))
276
276
@@ -941,7 +941,7 @@ The following dependencies are required to run the test suite:
@@ -1594,7 +1594,7 @@ This directive can be freely mixed with all directives of the [ngx_http_rewrite_
1594
1594
1595
1595
As from the `v0.5.0rc29` release, Nginx variable interpolation is disabled in the `<lua-script-str>` argument of this directive and therefore, the dollar sign character (`$`) can be used directly.
1596
1596
1597
-
This directive requires the [ngx_devel_kit](https://github.com/simpl/ngx_devel_kit) module.
1597
+
This directive requires the [ngx_devel_kit](https://github.com/simplresty/ngx_devel_kit) module.
1598
1598
1599
1599
[Back to TOC](#directives)
1600
1600
@@ -1647,7 +1647,7 @@ and the Nginx config must be reloaded each time the Lua source file is modified.
1647
1647
The Lua code cache can be temporarily disabled during development by
1648
1648
switching [lua_code_cache](#lua_code_cache)`off` in `nginx.conf` to avoid reloading Nginx.
1649
1649
1650
-
This directive requires the [ngx_devel_kit](https://github.com/simpl/ngx_devel_kit) module.
1650
+
This directive requires the [ngx_devel_kit](https://github.com/simplresty/ngx_devel_kit) module.
This mechanism allows calling other nginx C modules' directives that are implemented by [Nginx Devel Kit](https://github.com/simpl/ngx_devel_kit) (NDK)'s set_var submodule's `ndk_set_var_value`.
8163
+
This mechanism allows calling other nginx C modules' directives that are implemented by [Nginx Devel Kit](https://github.com/simplresty/ngx_devel_kit) (NDK)'s set_var submodule's `ndk_set_var_value`.
8164
8164
8165
8165
For example, the following [set-misc-nginx-module](http://github.com/openresty/set-misc-nginx-module) directives can be invoked this way:
8166
8166
@@ -8191,7 +8191,7 @@ Similarly, the following directives provided by [encrypted-session-nginx-module]
Copy file name to clipboardExpand all lines: doc/HttpLuaModule.wiki
+7-8
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ It is *highly* recommended to use [http://openresty.org OpenResty releases] whic
204
204
Alternatively, ngx_lua can be manually compiled into Nginx:
205
205
206
206
# Install LuaJIT 2.0 or 2.1 (recommended) or Lua 5.1 (Lua 5.2 is ''not'' supported yet). LuaJIT can be downloaded from the [http://luajit.org/download.html LuaJIT project website] and Lua 5.1, from the [http://www.lua.org/ Lua project website]. Some distribution package managers also distribute LuaJIT and/or Lua.
207
-
# Download the latest version of the ngx_devel_kit (NDK) module [https://github.com/simpl/ngx_devel_kit/tags HERE].
207
+
# Download the latest version of the ngx_devel_kit (NDK) module [https://github.com/simplresty/ngx_devel_kit/tags HERE].
208
208
# Download the latest version of ngx_lua [https://github.com/openresty/lua-nginx-module/tags HERE].
209
209
# Download the latest version of Nginx [http://nginx.org/ HERE] (See [[#Nginx Compatibility|Nginx Compatibility]])
210
210
@@ -766,7 +766,7 @@ The following dependencies are required to run the test suite:
@@ -1291,7 +1291,7 @@ This directive can be freely mixed with all directives of the [[HttpRewriteModul
1291
1291
1292
1292
As from the <code>v0.5.0rc29</code> release, Nginx variable interpolation is disabled in the <code><lua-script-str></code> argument of this directive and therefore, the dollar sign character (<code>$</code>) can be used directly.
1293
1293
1294
-
This directive requires the [https://github.com/simpl/ngx_devel_kit ngx_devel_kit] module.
1294
+
This directive requires the [https://github.com/simplresty/ngx_devel_kit ngx_devel_kit] module.
1295
1295
1296
1296
== set_by_lua_block ==
1297
1297
@@ -1337,7 +1337,7 @@ and the Nginx config must be reloaded each time the Lua source file is modified.
1337
1337
The Lua code cache can be temporarily disabled during development by
1338
1338
switching [[#lua_code_cache|lua_code_cache]] <code>off</code> in <code>nginx.conf</code> to avoid reloading Nginx.
1339
1339
1340
-
This directive requires the [https://github.com/simpl/ngx_devel_kit ngx_devel_kit] module.
1340
+
This directive requires the [https://github.com/simplresty/ngx_devel_kit ngx_devel_kit] module.
1341
1341
1342
1342
== content_by_lua ==
1343
1343
@@ -6926,7 +6926,7 @@ This feature requires at least ngx_lua <code>v0.10.0</code>.
This mechanism allows calling other nginx C modules' directives that are implemented by [https://github.com/simpl/ngx_devel_kit Nginx Devel Kit] (NDK)'s set_var submodule's <code>ndk_set_var_value</code>.
6929
+
This mechanism allows calling other nginx C modules' directives that are implemented by [https://github.com/simplresty/ngx_devel_kit Nginx Devel Kit] (NDK)'s set_var submodule's <code>ndk_set_var_value</code>.
6930
6930
6931
6931
For example, the following [[HttpSetMiscModule]] directives can be invoked this way:
6932
6932
@@ -6956,7 +6956,7 @@ Similarly, the following directives provided by [[HttpEncryptedSessionModule]] c
0 commit comments