Comment on Nginx 502, ssh not working.
anzo@programming.dev 4 months ago
502 means the app is broken. For example, if it were Flask python, it would be raising an exception (e.g. divide by zero). If this is happening to many services or apps simultaneously, it is concerning. Turning it off sounds wise at this point.
HumanPerson@sh.itjust.works 4 months ago
Yeah, I would think docker is broken, but that wouldn’t explain the SSH, which is bare metal and doesn’t go through nginx.