Re: Multiple upstream backup directives in stream module

2018-09-28 Thread Roman Arutyunyan
Hi, On Thu, Sep 27, 2018 at 07:55:40PM +0300, Roman Arutyunyan wrote: > Hi, > > On Thu, Sep 27, 2018 at 02:51:25PM +0200, Marcin Wanat wrote: > > Hi, > > > > i am using latest (1.15.4) nginx with stream module. > > > > I am trying to create config with one primary server that will accept no >

Re: Multiple upstream backup directives in stream module

2018-09-27 Thread Roman Arutyunyan
Hi, On Thu, Sep 27, 2018 at 02:51:25PM +0200, Marcin Wanat wrote: > Hi, > > i am using latest (1.15.4) nginx with stream module. > > I am trying to create config with one primary server that will accept no > more than 10 connections and multiple backups that will also receive up to > 10 connect

Multiple upstream backup directives in stream module

2018-09-27 Thread Marcin Wanat
Hi, i am using latest (1.15.4) nginx with stream module. I am trying to create config with one primary server that will accept no more than 10 connections and multiple backups that will also receive up to 10 connections only when previous backup server is already full. As exact behavior of mult