<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>@<span style="color: rgb(68, 68, 68); font-size: 15px; line-height: 21px;">Parikh I tried with </span><span style="color: rgb(68, 68, 68); font-size: 15px; line-height: 21px;"> proxy_next_upstream also but facing same issue.</span><div><font color="#444444"><span style="font-size: 15px; line-height: 21px;"><br></span></font></div><div><font color="#444444"><span style="font-size: 15px; line-height: 21px;">Regarding fail_timeout I used values from 10s to 30s but facing same issue.</span></font></div><div><font color="#444444"><span style="font-size: 15px; line-height: 21px;"><br></span></font></div><div><font color="#444444"><span style="font-size: 15px; line-height: 21px;">I used following configuration, just check and let me know If I am missing any thing.</span></font></div><div><font color="#444444"><span style="font-size: 15px; line-height: 21px;"><br></span></font></div><div><b><span style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">upstream appcluster {</span><br style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;"><span style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">  server host1.example.com:8080 max_fails=2 fail_timeout=10s;</span><br style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;"><span style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">  server host2.example.com:8080 max_fails=2 fail_timeout=10s;</span><br style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;"><span style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">}</span><font color="#444444"><span style="font-size: 15px; line-height: 21px;"><br></span></font></b><div><b><br></b></div><div><div><b>server {<span style="font-size: 12pt;">         </span></b></div><div><b>                listen *;</b></div><div><b>                location / {</b></div><div><b>                        proxy_pass  http://appcluster;</b></div><div><b>                        proxy_next_upstream error timeout http_404 http_500 http_502 http_503 http_504 off;</b></div><div><b>                        proxy_set_header  X-Real-IP  $remote_addr;</b></div><div><b>                }</b></div><div><b>}</b></div><div><br></div><div><br></div>Thanks,<div>Sandeep.</div><br><br><div>> To: nginx@nginx.org<br>> Subject: Re: Nginx upstream servers status<br>> From: nginx-forum@nginx.us<br>> Date: Wed, 3 Jul 2013 01:11:20 -0400<br>> <br>> you allow 600 seconds to pass until you npotice, that your upstream-server <br>> is not responsible. <br>> <br>> ... max_fails=2 fail_timeout=300s;<br>> <br>> why?<br>> <br>> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240513,240515#msg-240515<br>> <br>> _______________________________________________<br>> nginx mailing list<br>> nginx@nginx.org<br>> http://mailman.nginx.org/mailman/listinfo/nginx<br></div></div></div>                                    </div></body>
</html>