Skip to content

Commit 3b46731

Browse files
thibaultchaagentzh
authored andcommitted
doc: updated the docs of get_phase() for the "ssl_cert" context.
1 parent 7410339 commit 3b46731

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

doc/HttpLuaModule.wiki

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)