Hi, I used haproxy as a http loadbalancer, I want to return a 404 response from the backend server.But haproxy is always hanging.
My backend server only returns a ASP.NET 5 Httpnotfound when requests a wrong url. But I request a wrong url from haproxy when the backend server is nginx, I can get the right response. I can see that haproxy is requests the wrong url again and again. I have read the configuration files over and over again. I just cannot find something useful. Jayson

