nginx log_format

Posted 云行者

tags:

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

 

log_format caccess $remote_addr-$remote_user [$time_local][$status][$host] "$request" "$request_body"
$status $body_bytes_sent "$http_referer" 
"$http_user_agent" "$http_x_forwarded_for";

 

以上是关于nginx log_format的主要内容,如果未能解决你的问题,请参考以下文章

Nginx服务器log_format设置更详细的日志格式

nginx 日志log_format

(005)Nginx之日志log_format

nginx 日志log_format格式

Nginx log_format

Nginx日志格式log_format详解