Skip to content

Commit 3266b40

Browse files
committed
doc: typo fix from dongbeiouba in #1158.
1 parent 1d01a6d commit 3266b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2694,7 +2694,7 @@ ssl_session_store_by_lua_file
26942694

26952695
**context:** *http*
26962696

2697-
**phase:** *right-before-SSL-handshake*
2697+
**phase:** *right-after-SSL-handshake*
26982698

26992699
Equivalent to [ssl_session_store_by_lua_block](#ssl_session_store_by_lua_block), except that the file specified by `<path-to-lua-script-file>` contains the Lua code, or rather, the [Lua/LuaJIT bytecode](#lualuajit-bytecode-support) to be executed.
27002700

doc/HttpLuaModule.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2279,7 +2279,7 @@ Note that: this directive is only allowed to used in '''http context''' from the
22792279
22802280
'''context:''' ''http''
22812281
2282-
'''phase:''' ''right-before-SSL-handshake''
2282+
'''phase:''' ''right-after-SSL-handshake''
22832283
22842284
Equivalent to [[#ssl_session_store_by_lua_block|ssl_session_store_by_lua_block]], except that the file specified by <code><path-to-lua-script-file></code> contains the Lua code, or rather, the [[#Lua/LuaJIT bytecode support|Lua/LuaJIT bytecode]] to be executed.
22852285

0 commit comments

Comments
 (0)