Use 127.0.0.1 as host instead of 0.0.0.0
This commit is contained in:
parent
81f4abdbcd
commit
a16dfef840
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue