I am stuffing haproxy in front of 3 riak nodes with HTTP. I want the backend name and/or ip in the response headers. Something like:
X-Proxy-Backend: riak-1 10.0.0.1
or whatever.
How can I make this happen?
|
I am stuffing haproxy in front of 3 riak nodes with HTTP. I want the backend name and/or ip in the response headers. Something like:
or whatever. How can I make this happen?
| |||
|
feedback
|
|
You can use the cookie function to add the serverid into your response. For example:
This will insert a cookie called | |||
|
feedback
|