document the socket.bind + unix-domain-socket handling
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@947 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
0f437f2c23
commit
ab4fddbda1
|
@ -181,9 +181,16 @@ server.document-root
|
|||
Default: no default, required
|
||||
|
||||
server.bind
|
||||
hostname of the server
|
||||
IP address, hostname or absolute path to the unix-domain socket the server
|
||||
listen on.
|
||||
|
||||
Default: bind to all interfaces
|
||||
|
||||
Example: ::
|
||||
|
||||
server.bind = "127.0.0.1"
|
||||
server.bind = "www.example.org"
|
||||
server.bind = "/tmp/lighttpd.socket"
|
||||
|
||||
server.port
|
||||
tcp-port to bind the server to
|
||||
|
|
Loading…
Reference in New Issue