summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/ngx.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/ngx.lua')
-rw-r--r--meta/3rd/OpenResty/library/ngx.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/ngx.lua b/meta/3rd/OpenResty/library/ngx.lua
index aa2a29ce..a223709d 100644
--- a/meta/3rd/OpenResty/library/ngx.lua
+++ b/meta/3rd/OpenResty/library/ngx.lua
@@ -581,6 +581,9 @@ function ngx.worker.pid() end
--- This boolean field indicates whether the current NGINX is a debug build, i.e., being built by the `./configure` option `--with-debug`.
---@field debug boolean
---
+--- This boolean field indicates whether the current NGINX run by resty.
+---@field is_console boolean
+---
ngx.config = {}