I am following the tutorial here to set up a server. I installed nginx and checked my version with nginx -V
(nginx/1.5.6).
The tutorial says: "If you've done everything right, accessing your Ubuntu server's IP address or DNS name in a web browser should yield the [nginx welcome page]."
I logged in to ssh with myname@serverIPaddress
and now I copied and pasted serverIPaddress
to browser but I get the "Oops! Google Chrome could not connect to serverIPaddress"
What am I doing wrong?