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
Add 503 status code when there are zero upstream endpoints (#3406)
Add 503 status code when there are zero upstream endpoints.
Problem: When using NGINX Plus, the generated state file for an upstream was not correctly generating the 503 server for upstreams with zero endpoints.
Solution: On upstreams with zero endpoints, generate the correct nginx conf in the state file.
0 commit comments