Use 127.0.0.1 as host instead of 0.0.0.0

This commit is contained in:
Alfred Xing
2014-11-02 15:31:23 -08:00
parent 81f4abdbcd
commit a16dfef840

View File

@@ -42,7 +42,7 @@ module Jekyll
# Serving
'detach' => false, # default to not detaching the server
'port' => '4000',
'host' => '0.0.0.0',
'host' => '127.0.0.1',
'baseurl' => '',
# Backwards-compatibility options