From: Anthony Fok Date: Mon, 14 Sep 2015 18:47:43 +0000 (-0600) Subject: docs: Fix formatting in overview/usage.md X-Git-Tag: v0.15~170 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0a80ead5c9de4ef92c5cead206b8e3760f5dbe99;p=brevno-suite%2Fhugo docs: Fix formatting in overview/usage.md --- diff --git a/docs/content/overview/usage.md b/docs/content/overview/usage.md index 5f073e25..db2ddb71 100644 --- a/docs/content/overview/usage.md +++ b/docs/content/overview/usage.md @@ -174,8 +174,8 @@ Here is the command: hugo server --watch \ --baseURL=http://yoursite.org/ --port=80 \ - --appendPort=false - --bind=87.245.198.50 + --appendPort=false \ + --bind=87.245.198.50 Note the `bind` option, which is the interface to which the server will bind (defaults to `127.0.0.1`, which is fine for most development use cases). Some hosts, like Amazon WS, runs network address translation and it can sometimes be hard to figure out the actual IP address. Using `--bind=0.0.0.0` will bind to all interfaces.