On Wed, Feb 24, 2016 at 01:36:39PM +0300, Dmitry Sivachenko wrote: > I do have "mode http" (I intentionally put it here with a comment). > Will it work only for tcp-mode frontend? > Or should I use tcp-request for tcp frontend and http-request for http > frontend?
Both tcp-request and http-request will work in your HTTP frontend. My point is that if your frontend is in HTTP mode, you won't be able to direct the traffic to a TCP backend, the config parser will reject this. Willy

