nginx四层代理日志配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx四层代理日志配置相关的知识,希望对你有一定的参考价值。

配置在stream段:

log_format proxy ‘$remote_addr [$time_local]‘
                ‘$protocol $status $bytes_sent $bytes_received‘
                ‘$session_time "$upstream_addr" ‘
                ‘"$upstream_bytes_sent" "$upstream_bytes_received" "$upstream_connect_time"‘;
access_log /var/log/nginx/tcp-access.log proxy ;
error_log  /var/log/nginx/tcp-error.log warn ;

以上是关于nginx四层代理日志配置的主要内容,如果未能解决你的问题,请参考以下文章

Nginx四层代理配置负载均衡和动静分离

使用 Nginx 实现四层代理配置

使用 Nginx 实现四层代理配置

Nginx四层代理配置负载均衡和动静分离

Nginx 四层代理之动静分离与负载均衡

nginx四层代理