nginx获得response自定义的header
Response header send by upstream is $upstream_http_x_uuid
http://wiki.nginx.org/HttpUpstreamModule#.24upstream_http_.24HEADER
$upstream_http_$HEADER
Arbitrary HTTP protocol headers, for example:
$upstream_http_host
$http_x_* is header sent by client.