Skip to content

Commit d02859d

Browse files
committed
feat: add ngx global variable to OpenResty library config
1 parent 90ad22a commit d02859d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meta/3rd/OpenResty/config.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ configs = {
1717
action = 'set',
1818
value = 'LuaJIT',
1919
},
20+
{
21+
key = 'Lua.diagnostics.globals',
22+
action = 'add',
23+
value = 'ngx',
24+
},
2025
}

0 commit comments

Comments
 (0)