doc typo
This commit is contained in:
parent
afe3c1cdea
commit
1efd261572
@ -1367,9 +1367,7 @@ is ready to accept connections.
|
|||||||
|
|
||||||
### server.listen(path)
|
### server.listen(path)
|
||||||
|
|
||||||
Start an HTTP UNIX socket server listening for connections on the given `path`.
|
Start a UNIX socket server listening for connections on the given `path`.
|
||||||
(Hint: use NGINX to load balance across many Node servers with this.)
|
|
||||||
|
|
||||||
This function is asynchronous. `listening` will be emitted when the server
|
This function is asynchronous. `listening` will be emitted when the server
|
||||||
is ready to accept connections.
|
is ready to accept connections.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user