summaryrefslogtreecommitdiff
path: root/blobs-multiprocess/haproxy/roundrobin-2.cfg
blob: 98b2e2ad265b4f95c0640a6f92769ddf07d295e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
backend multiprocessing-blobs
  balance roundrobin
  server processor1 127.0.0.1:8001
  server processor2 127.0.0.1:8002
  timeout connect 5000
  timeout server  50000

frontend blobs-server
  bind *:8000
  default_backend multiprocessing-blobs
  timeout client  50000