egards
On Mon, Apr 25, 2022 at 11:59 PM Ken Gaillot wrote:
> Hi,
>
> This would be better for the us...@clusterlabs.org list, where people
> have experience with all sorts of setups. This list is just for
> discussing code.
>
> Thanks!
>
> On Mon, 2022-04-25 at 13:2
I am running two nodes(172.16.10.52/172.16.10.53) NGINX load balancers. The
load balancers are configured to proxy pass upstream Redis server using TCP
port.
stream {
upstream redis_cache {
server 172.16.10.242:6379 max_fails=3
fail_timeout=30s;