79830813

Date: 2025-11-26 14:25:40
Score: 0.5
Natty:
Report link

You're missing "proxy_next_upstream"

    location / {
        proxy_pass http://backends ;
            proxy_next_upstream error timeout http_500 http_502 http_503 http_504 non_idempotent;
        
        ....
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Twisted89