You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently proxy_next_upstream supports forwarding requests to a failover upstream when receiving HTTP codes 500, 502, 503, 504, 403, 404 or 429.
It would be useful to also support code 501 Not Implemented, especially when migrating to a new version of a backend where not all the endpoints may be implemented yet.