image.png
http://nginx.org/en/docs/stream/ngx_stream_log_module.html
log_format basic '$remote_addr [$time_local] '
'$protocol $status $bytes_sent $bytes_received '
'$session_time';
access_log /spool/logs/nginx-access.log basic buffer=32k;








网友评论