Hi,<br><br>I&#39;m new to nginx, spent a morning reading nginx documentation.&nbsp; I&#39;m still not clear how nginx determines the status of upstream servers.&nbsp; Let&#39;s say we have some upstream servers, all set to max_fails=3 and fail_timeout=30s.&nbsp; According to the document, if one server fails 3 times within 30s time, nginx will mark this server to be inoperative and won&#39;t direct any request to it.&nbsp; Is that right?&nbsp; Then the question is: will nginx try this server again later to see if it recovers?&nbsp; If it does, what&#39;s the algorithm?&nbsp; If it doesn&#39;t, is there any way to inform nginx after the server recovers?<br>
<br><br>Steve<br><br>