Can't access to curl http://localhost:8090
smudag opened this issue · 2 comments
smudag commented
mh739025250 commented
A workaround:
use ssh local port forwarding
ssh -fNt -L 8090:{your-server-ip}:8090 {your-server-ssh-name}
or just edit your host file to make localhost resolved to your server ip.
lencyforce commented
This is the same as deltaboard#51