Commit c5c58ccd authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Add note for nghttpx UNIX domain socket support

parent 1468bcd7
......@@ -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
--------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment