Skip to content

Commit

Permalink
Specify host 0.0.0.0 for Jekyll (twbs#24974)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
patrickhlauke authored Dec 11, 2017
1 parent a2a4e63 commit a7e64c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permalink: pretty
# Server
source: "."
destination: ./_gh_pages
host: 0.0.0.0
port: 9001
baseurl: ""
url: "https://getbootstrap.com"
Expand Down

0 comments on commit a7e64c8

Please sign in to comment.