Question
wget --verbose http://myserviceip:80 works fine, but times out if called from outside droplet
wget --verbose http://myip:80
–2018-05-31 20:42:39– http://myip/
Connecting to myip:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 11321 (11K) [text/html]
Saving to: ‘index.html’
index.html 100%[=====================================================================================>] 11.06K –.-KB/s in 0s
2018-05-31 20:42:39 (303 MB/s) - ‘index.html’ saved [11321/11321]
Access.log does not change with outside connection attempts
Error.log has the following register in the last line (not sure if of any use)
2018/05/31 20:21:38 [emerg] 1814#1814: still could not bind()
2018/05/31 20:37:06 [notice] 2714#2714: signal process started
Anyone? Thank you!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
wow…funny enough just noticed that i can’t even ping my droplet nor access phpmyadmin as I could before