@emartech/faye-redis-sharded
Version:
Redis backend engine for Faye with support for sharding
11 lines (9 loc) • 331 B
Plain Text
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