Hello, I'd like to know how to do something similar to this with haproxy: http://kovyrin.net/2010/07/24/nginx-fu-x-accel-redirect-remote/
the idea is that haproxy proxify an application server that returns headers like: X-Accel-Redirect: http://10.0.0.1/some/file.jpg And when haproxy recieve this header, it request the file and serve it instead of forwarding the response of the application server It s like if haproxy was handling the redirect on behalf of the client regards, Sebastien Estienne

