docs: rewrite using manpage style (#327)

This still needs cleanup, but this is a first pass the cleans some
cruft and documents our style (in middleware.md) and makes all the
docs match that style.
This commit is contained in:
Miek Gieben
2016-10-10 20:13:22 +01:00
committed by GitHub
parent c22b7b2252
commit faf83b00dd
18 changed files with 154 additions and 128 deletions

View File

@@ -1,16 +1,16 @@
# bind
bind overrides the host to which the server should bind. Normally, the listener binds to the
*bind* overrides the host to which the server should bind. Normally, the listener binds to the
wildcard host. However, you may force the listener to bind to another IP instead. This
directive accepts only an address, not a port.
directive accepts only an address, not a port.
## Syntax
~~~ txt
bind address
bind ADDRESS
~~~
address is the IP address to bind to.
**ADDRESS** is the IP address to bind to.
## Examples