You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/HttpLuaModule.wiki
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1285,9 +1285,9 @@ This hook no longer runs in the cache manager and cache loader processes since t
1285
1285
1286
1286
'''phase:'''''exiting-worker''
1287
1287
1288
-
Runs the specified Lua code upon every Nginx worker process's exiting when the master process is enabled.
1288
+
Runs the specified Lua code upon every Nginx worker process's exiting when the master process is enabled. When the master process is disabled, this hook will before run Nginx process exiting.
1289
1289
1290
-
This hook is often used to release resources when [[#init_worker_by_lua_block|init_worker_by_lua*]] create resources, To prevent the worker exit abnormal.
1290
+
This hook is often used to release resources when [[#init_worker_by_lua|init_worker_by_lua*]] create resources, to prevent the worker from exiting abnormally.
0 commit comments