Broken route — nothing is listening on port 3050
first seen 44h agonginx is configured to forward traffic to 127.0.0.1:3050, but no process on this host is bound to that port. Requests to ip10.ogmworld.com will return 502 Bad Gateway.
Start the service that is supposed to own port 3050, or remove the stale nginx route if the application has been retired. Check 'docker ps -a' and 'systemctl list-units --state=failed' on this host — a container or unit that exited is the usual cause.