Add note for nghttpx UNIX domain socket support

This commit is contained in:
Tatsuhiro Tsujikawa 2015-02-22 18:23:09 +09:00
parent 1468bcd7b4
commit c5c58ccd78
1 changed files with 13 additions and 0 deletions

View File

@ -71,6 +71,19 @@ Currently, the following restrictions are applied for server push:
These limitations may be loosened in the future release.
UNIX DOMAIN SOCKET
------------------
nghttpx supports UNIX domain socket with a filename for both frontend
and backend connections.
Please note that current nghttpx implementation does not delete a
socket with a filename. And on start up, if nghttpx detects that the
specified socket already exists in the file system, nghttpx first
deletes it. However, if SIGUSR2 is used to execute new binary and
both old and new configurations use same filename, new binary does not
delete the socket and continues to use it.
SEE ALSO
--------