nginx配置stream_log_module

2021-03-19  本文已影响0人  不能没有音乐
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;
上一篇 下一篇

猜你喜欢

热点阅读