Hi All,<div><br></div><div>We&#39;re doing some profiling and one of the parameters we&#39;d like to get is the IP address of the fastcgi (in this case php-fpm) server that processed the request.  PHP $_SERVER[&#39;server_addr&#39;] returns the external address of the nginx server per our fastcgi configuration:</div>
<div><br></div><div><div>fastcgi_param  SERVER_ADDR        $server_addr;</div></div><div><br></div><div>Is this correct behavior? is there a way to get the local address of the server processing the php request?</div><div>
<br></div><div>Thanks</div>