<div dir="ltr"><div dir="ltr">On Wed, Apr 10, 2019 at 2:21 PM allenhe <<a href="mailto:nginx-forum@forum.nginx.org">nginx-forum@forum.nginx.org</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
My Nginx is configured with:<br>
proxy_next_upstream error timeout http_429 http_503;<br>
<br>
But I find it won't try the next available upstream server with the<br>
following error returned:<br>
<br>
2019/04/05 20:11:41 [error] 85#85: *4903418 recv() failed (104: Connection<br>
reset by peer) while reading response header from upstream....<br>
<br></blockquote><div><br></div><div>Do you also see any "upstream server temporarily disabled while reading response header from upstream" messages above this message for the other upstreams?<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
The "error" part for the proxy_next_upstream states:<br>
error<br>
an error occurred while establishing a connection with the server, passing a<br>
request to it, or reading the response header;<br>
<br>
I understand the error above would fall into the "or reading the response<br>
header;", but why it didn't work? <br>
<br></blockquote><div><br></div><div>Theoretically this should work, but of course, this will only work if there are other upstreams to try.</div><div><br></div><div>-jf</div><div><br></div><div>--<br><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr">He who settles on the idea of the intelligent man as a static entity only shows himself to be a fool.</div></div></div></div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 10, 2019 at 2:21 PM allenhe <<a href="mailto:nginx-forum@forum.nginx.org">nginx-forum@forum.nginx.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
My Nginx is configured with:<br>
proxy_next_upstream error timeout http_429 http_503;<br>
<br>
But I find it won't try the next available upstream server with the<br>
following error returned:<br>
<br>
2019/04/05 20:11:41 [error] 85#85: *4903418 recv() failed (104: Connection<br>
reset by peer) while reading response header from upstream....<br>
<br>
The "error" part for the proxy_next_upstream states:<br>
error<br>
an error occurred while establishing a connection with the server, passing a<br>
request to it, or reading the response header;<br>
<br>
I understand the error above would fall into the "or reading the response<br>
header;", but why it didn't work? <br>
<br>
BR,<br>
Allen<br>
<br>
Posted at Nginx Forum: <a href="https://forum.nginx.org/read.php?2,283701,283701#msg-283701" rel="noreferrer" target="_blank">https://forum.nginx.org/read.php?2,283701,283701#msg-283701</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div>