From the doc: http://wiki.nginx.org/HttpUpstreamModule#server
It said when the upstream reached max_fails
within fail_timeout
and it will become dead. What if my server is up sometimes after?
In general,
If a upstream server failed, will nginx retry with another server in the pool?
Any variable I can configure so that they will join the pool automatically when they are up?
Thanks.