Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The load balancer is now listening on the localhost address, 127.0.0.1, at port 80. If you make a request using curl, you’ll get back a response:

Code Block
$ curl 1270.0.0.10:80
<html><body><h1>503 Service Unavailable</h1>
No server is available to handle this request.
</body></html>

...