Skip to content

Commit

Permalink
Docs: clarify that Amazon WS is, actually, AWS
Browse files Browse the repository at this point in the history
Amazon WS is an uncommon way of referring to Amazon Web Services, which
is usually referred to either by its full name, or as AWS.
  • Loading branch information
ajlanghorn authored and digitalcraftsman committed Feb 14, 2016
1 parent 4ecf019 commit ce7c267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/overview/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Here is the command:
--bind=87.245.198.50
{{< /nohighlight >}}

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.
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 Web Services, 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.

This way, you may actually deploy just the source files,
and Hugo on your server will generate the resulting web site
Expand Down

0 comments on commit ce7c267

Please sign in to comment.