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

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