0

When I try to access my URL running a Node.js app, when the app not running, the page shows

502 – Bad Gateway

The page you requested is currently unavailable. Please try again later.

If you are the website owner, please see Error: 502 Bad Gateway documentation for more information and possible steps to resolve the problem.

It's hosted on webfaction.

Is there a way to customize what shows on this page?

Ry-
  • 218,210
  • 55
  • 464
  • 476
Aerodynamika
  • 7,883
  • 16
  • 78
  • 137

1 Answers1

-1

This error isn't caused by node.js; it is caused by a proxy between you and node.js. This may mean that your server isn't running. Try contacting webfaction.

Josh The Geek
  • 1,203
  • 12
  • 24