I'm switching from HAProxy to Pound and I need to know if there is an equivalent of
option forwardfor
option httpclose
in Pound.
BTW, I'm already using the
HeadRemove "X-Forwarded-For"
in Pound.
Thanks
|
feedback
|
|
Looks like Pound does this by default. From http://www.apsis.ch/pound/
My problem was that the application (OpenStack) wasn't using the X-Forwarded-for header by default. I set
and problem solved. | |||
|
feedback
|