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: README.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2115,7 +2115,7 @@ log_by_lua
2115
2115
**WARNING** Since the `v0.9.17` release, use of this directive is *discouraged*;
2116
2116
use the new [log_by_lua_block](#log_by_lua_block) directive instead.
2117
2117
2118
-
Runs the Lua source code inlined as the `<lua-script-str>` at the `log` request processing phase. This does not replace the current access logs, but runs after.
2118
+
Runs the Lua source code inlined as the `<lua-script-str>` at the `log` request processing phase. This does not replace the current access logs, but runs before.
2119
2119
2120
2120
Note that the following API functions are currently disabled within this context:
Copy file name to clipboardExpand all lines: doc/HttpLuaModule.wiki
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1757,7 +1757,7 @@ This directive was first introduced in the <code>v0.5.0rc32</code> release.
1757
1757
'''WARNING''' Since the <code>v0.9.17</code> release, use of this directive is ''discouraged'';
1758
1758
use the new [[#log_by_lua_block|log_by_lua_block]] directive instead.
1759
1759
1760
-
Runs the Lua source code inlined as the <code><lua-script-str></code> at the <code>log</code> request processing phase. This does not replace the current access logs, but runs after.
1760
+
Runs the Lua source code inlined as the <code><lua-script-str></code> at the <code>log</code> request processing phase. This does not replace the current access logs, but runs before.
1761
1761
1762
1762
Note that the following API functions are currently disabled within this context:
0 commit comments