Opened 9 months ago
#2610 new defect
Nginx returning 502 gateway error repeatedly
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | other | Version: | 1.24.x |
Keywords: | Cc: | ||
uname -a: | NA | ||
nginx -V: | 1.24.0 |
Description
We are facing an HTTP 502 gateway error repeatedly while rendering a page. When we are fetching the page to be rendered from our presentation app with Nginx as a proxy, the response status is 502, but when we directly hit the presentation app without Nginx we get a response of 200.
We have tried the below troubleshooting steps but to no avail:
- chunked_transfer_encoding off; in nginx.conf.template
- proxy_set_header Transfer-Encoding ""; in domains.conf.template and server.conf
- Tried putting chunked_transfer_encoding off; and proxy_set_header Transfer-Encoding ""; in server.conf, domains.conf.template, and nginx.conf.template
- Tried version Nginx: 1.24.0 with lua-nginx-module: 0.10.26
- Tried Nginx: 1.25.1 with lua-nginx-module: 0.10.26
Note:
See TracTickets
for help on using tickets.