From 30964ab86e315ccf45a5f6dd2432d70317fb9357 Mon Sep 17 00:00:00 2001 From: fesily Date: Thu, 17 Nov 2022 10:06:16 +0800 Subject: fix some doc error --- meta/3rd/OpenResty/library/ngx.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/3rd/OpenResty/library/ngx.lua') diff --git a/meta/3rd/OpenResty/library/ngx.lua b/meta/3rd/OpenResty/library/ngx.lua index 0cbd94c7..1971641f 100644 --- a/meta/3rd/OpenResty/library/ngx.lua +++ b/meta/3rd/OpenResty/library/ngx.lua @@ -580,6 +580,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 = {} -- cgit v1.2.3