Nginx记录post body内容

Posted wshenJin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx记录post body内容相关的知识,希望对你有一定的参考价值。

nginx在记录http的body内容时,会将中文转义为16进制
在nginx 1.11.8 以上版本中log_format 增加了escape=json 参数,可以不转义变量内容:

log_format access escape=json '$request_time $remote_addr  "$request" "$request_body" $status "$http_referer" "$http_user_agent" '

参考:https://nginx.org/en/docs/http/ngx_http_log_module.html

以上是关于Nginx记录post body内容的主要内容,如果未能解决你的问题,请参考以下文章

nginx记录post数据日志

discuz X3.1 源代码阅读,记录代码片段

Nginx日志中request_body为空

nginx日志中$request_body 十六进制字符(\x22) 引号问题处理记录

PHP代码中使用post参数上传大文件

Nginx 配置post请求,用body收集日志数据