defaults http
  mode http
  timeout connect 10000
  timeout client 30000
  timeout server 30000

defaults tcp
  mode tcp

frontend fe_1 from http
  bind 0.0.0.0:80

frontend fe_2 from tcp
  bind 0.0.0.0:3000
  timeout connect 20000