2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Specify host 0.0.0.0 for Jekyll (#24974)

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)
This commit is contained in:
Patrick H. Lauke
2017-12-11 01:32:37 +00:00
committed by GitHub
parent a2a4e632c2
commit a7e64c84ae
+1
View File
@@ -11,6 +11,7 @@ permalink: pretty
# Server
source: "."
destination: ./_gh_pages
host: 0.0.0.0
port: 9001
baseurl: ""
url: "https://getbootstrap.com"