Gateway timeouts after error response #4792
Unanswered
freaktechnik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I've discovered some very strange behavior with my nginx proxy manager: if a proxied service responds with an error (for example 403), the proxy manager will then respond with gateway timeouts for that service for a good while. From what I can tell the proxy no longer contacts the service during that time, leading me to think it must be something like a keep alive socket that's kept around for too long or similar. Having multiple endpoints for a proxy target (for example ipv4 and ipv6) mitigates the issue to some extent, since it will fall back to the other endpoint while it thinks it can't reach the first one.
I've tried all kinds of config permutations and custom nginx config options etc. but nothing has fixed it so far.
Beta Was this translation helpful? Give feedback.
All reactions