Visiting <linodeip:1313>
Hello,
I'm running a basic hugo application where I run:
hugo serve
and the command prompt says that the website is running on localhost:1313, however I cannot visit it by navigating to my linode's IP followed by the port. This works fine locally on my machine using the exact same steps. Is there something I need to set in linode to allow me to visit running services?
Thanks,
2 Replies
Do you need to tell hugo to bind to your public IP? Something like
hugo server --bind=YOURLINODEPUBLICIP
Or if you want to listen on all
hugo server --bind=0.0.0.0