File: haproxy.conf

package info (click to toggle)
ruby-faye 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,792 kB
  • sloc: javascript: 14,833; ruby: 5,068; makefile: 30
file content (10 lines) | stat: -rw-r--r-- 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
listen stats 127.0.0.1:7000
	option httpchk
	mode http
	stats uri /

listen soapbox 127.0.0.1:3000
	option httpchk GET /
	server soapbox1 127.0.0.1:7070 weight 1 maxconn 1000 check port 7070
	server soapbox2 127.0.0.1:8080 weight 1 maxconn 1000 check port 8080
	server soapbox3 127.0.0.1:9090 weight 1 maxconn 1000 check port 9090