Hello,

I want to access the value of $upstream_addr. Below is the code,

location / {

    echo "up = $upstream_addr";

}


The response is just "up = " . What could be the reason for this?

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,251039,251039#msg-251039

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to