diff options
| author | Patrick H. Lauke <[email protected]> | 2017-12-11 01:32:37 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-11 01:32:37 +0000 |
| commit | a7e64c84aec65fe38b5a9323638e62d513b64ce8 (patch) | |
| tree | 0f6bdeb847a8328bb4e67ae1f3e145b8b956cf1e | |
| parent | a2a4e632c24b69e1fd2056c1b680af1342f01021 (diff) | |
| download | bootstrap-a7e64c84aec65fe38b5a9323638e62d513b64ce8.tar.xz bootstrap-a7e64c84aec65fe38b5a9323638e62d513b64ce8.zip | |
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)
| -rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index a749091cf..10fe04643 100644 --- a/_config.yml +++ b/_config.yml @@ -11,6 +11,7 @@ permalink: pretty # Server source: "." destination: ./_gh_pages +host: 0.0.0.0 port: 9001 baseurl: "" url: "https://getbootstrap.com" |
