]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Specify host 0.0.0.0 for Jekyll (#24974)
authorPatrick H. Lauke <redux@splintered.co.uk>
Mon, 11 Dec 2017 01:32:37 +0000 (01:32 +0000)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2017 01:32:37 +0000 (01:32 +0000)
Allows for remote connections on same network (as Jekyll now seems to default to 127.0.0.1 which means it does not react to incoming external requests)

_config.yml

index a749091cf98afae681274ca78a41579b83c0389f..10fe046434b5fedb1167e5a080b172f9bd022c34 100644 (file)
@@ -11,6 +11,7 @@ permalink:      pretty
 # Server
 source:         "."
 destination:    ./_gh_pages
+host:           0.0.0.0
 port:           9001
 baseurl:        ""
 url:            "https://getbootstrap.com"