Hello,
I'm facing issue where if one of the upstream servers is down, nginx going
to emerg mode with the subjected error.
My requirement is, nginx should go down when all of the upstream servers
are down.
But when even one of the upstream servers is up, nginx should still serve
the requests by pro
Hello,
Looks interesting. Let me try it out. Thanks!
On Sun, Dec 13, 2020 at 9:51 PM itpp2012
wrote:
> This may work for you;
> https://github.com/vozlt/nginx-module-vts
>
> Posted at Nginx Forum:
> https://forum.nginx.org/read.php?2,290190,290203#msg-290203
>
>
This may work for you;
https://github.com/vozlt/nginx-module-vts
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,290190,290203#msg-290203
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hello,
Can someone please guide if this is possible?
On Fri, Dec 11, 2020 at 1:52 PM Praveen Kumar K S
wrote:
> By the way, I'm running nginx as docker.
>
> On Fri, Dec 11, 2020 at 1:36 PM Praveen Kumar K S
> wrote:
>
>> Hello,
>>
>> I have configured round robin load balance in nginx conf and