summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty')
-rw-r--r--meta/3rd/OpenResty/config.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/config.lua b/meta/3rd/OpenResty/config.lua
index 32ac9b29..979dd660 100644
--- a/meta/3rd/OpenResty/config.lua
+++ b/meta/3rd/OpenResty/config.lua
@@ -17,4 +17,9 @@ configs = {
action = 'set',
value = 'LuaJIT',
},
+ {
+ key = 'Lua.diagnostics.globals',
+ action = 'add',
+ value = 'ngx',
+ },
}