Trying to run Jekyll on a Google Compute Engine VM instance. It runs a server on port 4000. I have created a firewall rule to allow incoming traffic from this port, but all my connections get refused for some reason. What else should I be looking at?
Asked
Active
Viewed 22 times
0
-
Is Jekyll running? Is it listening on port 4000? – David Schwartz Oct 28 '15 at 21:26
-
solution: jekyll serve --host 0.0.0.0 – jzeus Oct 29 '15 at 14:34