mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-19 15:33:09 +00:00
docs: Fix formatting in overview/usage.md
This commit is contained in:
parent
397080eabe
commit
0a80ead5c9
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue