nginx-log

作者: 疏影浅清 | 来源:发表于2018-10-25 19:02 被阅读0次

log_format mylog '$proxy_add_x_forwarded_for - $remote_user [$time_local] ' '"$request" $status $body_bytes_sent '

                          '"$request_time"'  '"$upstream_addr"' '"$upstream_status"' '"$upstream_response_time"' '"$http_token"' 

                          '"$http_referer" "$http_user_agent"' '$request_body';

        access_log /var/log/nginx/access.log mylog ;

        error_log /var/log/nginx/error.log;

相关文章

  • nginx-log

    log_format mylog '$proxy_add_x_forwarded_for - $remote...

网友评论

      本文标题:nginx-log

      本文链接:https://www.haomeiwen.com/subject/xoictqtx.html