请教一个nginx log的问题。 只看楼主

log_format   main '$remote_addr - $remote_user [$time_local] "$request" '
                        '$status $body_bytes_sent "$http_referer" '
                        '"$http_user_agent" "$http_x_forwarded_for"';


谁能详细解释一下最后一个变量。。。"$http_x_forwarded_for"。。。到底是什么意思?
我看log里面这个值大部分是空的。。但是有些这个值不是空的。。是一个ip地址。。。


先谢了 。。。