Merge pull request #3053 from alfredxing/fix-serve-host

This commit is contained in:
Parker Moore 2014-11-03 12:09:34 -08:00
commit ccd1941378
1 changed files with 1 additions and 1 deletions

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