I am using ruby on rails on the upstream server and NGINX as proxy to the upstream.
The logs are showing the request succeed with status of 200 in the first three times then in the fourth time Kong returned 502 to the client and it was not recorded in the upstream’s logs, which means it is not returned from there. That’s why I’m confused!