Nginx Access_log Bytes

In the directive for logging access logs i’m trying to determine if the
following variable $bytes_sent also accounts for proxy traffic if i’m
pulling content from an origin server?

Posted at Nginx Forum:

Hello!

On Wed, Mar 16, 2011 at 11:57:21AM -0400, frankatchoopa wrote:

In the directive for logging access logs i’m trying to determine
if the following variable $bytes_sent also accounts for proxy
traffic if i’m pulling content from an origin server?

http://wiki.nginx.org/HttpLogModule#log_format

: $bytes_sent, the number of bytes transmitted to client

It accounts for traffic sent to client, nothing more nor less.

Maxim D.