<div dir="ltr">"proxy_next_upstream error" has exemptions for 402 and 403.  Should it not have exemptions for 429 "Too many requests" as well?<br><div><br></div><div>I want proxied servers' 503 and 429 responses with "Retry-After" to be delivered to the client as the server responded.  The 429s in this case contain json bodies.</div><div><br></div><div>I assume I should use proxy_pass_header to get Retry-After preserved in the responses, but what should I do to get 429 responses returned without modification (short of a feature request that proxy_next_upstream be modified)?</div></div>