23,217
社区成员




log_format main ‘remoteaddr−remote_user [timelocal]"request”’
‘statusbody_bytes_sent “httpreferer"″"http_user_agent” “upstreamresponsetime""request_time” “http_x_forwarded_for"';
nginx的log_format配置如上,
从今天的nginx log文件 access.log中:
1、列出“request_time”最大的20行?
2、列出早上10点访问量做多的20个url地址?
谢谢大佬!