nginx的request body日志格式配置

log_format  jetair_log  '$remote_addr - $remote_user [$time_local] "$request" '
'$status $request_time $upstream_response_time $request_length $bytes_sent $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for" "$request_body"';

nginx官网变量说明

http://nginx.org/en/docs/varindex.html

 

相关文章:

  • 2021-09-09
  • 2021-07-06
  • 2021-11-19
  • 2021-11-06
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
猜你喜欢
  • 2021-06-18
  • 2023-03-20
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
相关资源
相似解决方案