NGINX pipelog module
5 — 所有核心与模块指令——语法、默认值、上下文与真实配置示例。
access_log
NGINX pipelog 模块中的 access_log 指令通过管道将 HTTP 访问日志转发到外部程序。
httpserverlocation
log_format
'log_format' 指令定义了在 NGINX 中用于记录请求的格式,这对于生成访问日志至关重要。
httpserverlocation
open_log_file_cache
在 NGINX pipelog 模块中启用日志文件描述符缓存以提高性能。
httpserverlocation
pipelog
`pipelog` 指令通过管道将 HTTP 访问日志数据发送到外部程序。
httpserverlocation
pipelog_format
定义一种日志格式,用于通过管道将 HTTP 访问日志条目发送到外部程序。
httpserverlocation