Connect to webserver by droplet IP
Could I connect to droplet webserver through droplet IP?
I have created a very simple nodejs web server. When I try to connect to this server through localhost (127.0.0.1), I have get right answer. it's OK.
But when I try connect to the server through droplet IP, I have get a timeout error. Ping to droplet IP works fine from my windows workstation.