老师,求教程里那个nginx的log_format的配置模板?

来源:2-4 解析模块的实现

再相信一次

2018-11-06 14:43

老师,那个nginx的log_format是如何配置的?

log_format  main  '$remote_addr - $remote_user [$time_local] $scheme "$request" '

                      '$status $body_bytes_sent "$http_referer" '

                      '"$http_user_agent" "$http_x_forwarded_for"';

老是配不对,教程那些参数

写回答 关注

2回答

  • mxoiu
    2020-01-01 12:41:54

    $gzip_ratio 是什么鬼

  • jackluo
    2019-05-06 22:10:34
    log_format  main '$remote_addr $http_x_forwarded_for $remote_user [$time_local] $scheme "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$gzip_ratio" $upstream_response_time $request_time'

    试试

Go并发编程案例解析

课程带你通过一个真实的线上日志监控系统学习Golang以及并发的编程思想。

15219 学习 · 53 问题

查看课程

相似问题