File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6845,6 +6845,8 @@ Retrieves the current running phase name. Possible return values are
68456845 for the context of [init_by_lua](#init_by_lua) or [init_by_lua_file](#init_by_lua_file).
68466846* ` init_worker `
68476847 for the context of [init_worker_by_lua](#init_worker_by_lua) or [init_worker_by_lua_file](#init_worker_by_lua_file).
6848+ * ` ssl_cert `
6849+ for the context of [ssl_certificate_by_lua_block](#ssl_certificate_by_lua_block) or [ssl_certificate_by_lua_file](#ssl_certificate_by_lua_file).
68486850* ` set `
68496851 for the context of [set_by_lua](#set_by_lua) or [set_by_lua_file](#set_by_lua_file).
68506852* ` rewrite `
Original file line number Diff line number Diff line change @@ -5765,6 +5765,8 @@ Retrieves the current running phase name. Possible return values are
57655765: for the context of [[#init_by_lua |init_by_lua ]] or [[#init_by_lua_file |init_by_lua_file ]].
57665766* <code>init_worker </code>
57675767: for the context of [[#init_worker_by_lua |init_worker_by_lua ]] or [[#init_worker_by_lua_file |init_worker_by_lua_file ]].
5768+ * <code>ssl_cert </code>
5769+ : for the context of [[#ssl_certificate_by_lua_block |ssl_certificate_by_lua_block ]] or [[#ssl_certificate_by_lua_file |ssl_certificate_by_lua_file ]].
57685770* <code>set </code>
57695771: for the context of [[#set_by_lua |set_by_lua ]] or [[#set_by_lua_file |set_by_lua_file ]].
57705772* <code>rewrite </code>
You can’t perform that action at this time.
0 commit comments