Get Selected backend info

Aleem B aleemb at gmail.com
Tue Sep 2 19:50:27 UTC 2014


Hello,

I couldn't find much information other than this thread
<http://mailman.nginx.org/pipermail/nginx/2008-February/003550.html> which
is a dead-end.

I would like to add the selected backend/upstream to an "X-Backend" header
before dispatching the request to the backend.

In Varnish I can do this via:
set req.http.X-Backend = req.backend

In HAProxy I can do this via:
http-send-name-header X-Backend

However, I am stumped with Nginx. I imagine I could work around it by
redirecting to the same server or some other trickery (not sure if that's a
reasonable approach--what would the config look like in any case here?).

Any other tips or suggestion are welcome.

Thanks,
Aleem
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140903/901936e0/attachment.html>


More information about the nginx mailing list