When using Jekyll command 'Jekyll serve', the local url switched from http ://localhost:4000/
to http ://0.0.0.0:4000/
- it was working fine, not sure what would have changed?
Any suggestions for getting back to the original config?
Mac OS 10.9.3, RVM Ruby 2.1.2
I've read some posts where users originally got hit with 0.0.0.0
- but my initial install was working fine.
Thanks!
In _config.yml
# deployment
host: 0.0.0.0
port: 5000
This can change host and port.
The default configuration changed.
Use jekyll serve --host localhost
or set host: localhost
in _config.yml
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With