nginx 日志格式

 log_format  main  '$http_host $server_addr $remote_addr [$time_local] "$request" '
                      '$request_body $status $body_bytes_sent "$http_referer" "$http_user_agent" '
                      '$request_time $upstream_response_time';

      #send the log to syslog and file.
      access_log  syslog:notice|/var/log/nginx/access.log main;


www.zjcap.cn 10.252.105.157 10.171.246.184 [23/Aug/2016:20:39:56 +0800] "GET /resources/images/greenhand/product_type_03.3e33af7d.jpg?v=20160118 HTTP/1.1" - 200 42710 "https://www.zjcap.cn/greenhand/advantage.html" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB7.1; SE 2.X MetaSr 1.0)" 2.963 -

10.252.105.157  nginx 服务器地址

10.171.246.184 haproxy 地址

原文地址:https://www.cnblogs.com/hzcya1995/p/13350371.html