From c5c58ccd7856ff2eadebc30d615b3757240e2273 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 22 Feb 2015 18:23:09 +0900 Subject: [PATCH] Add note for nghttpx UNIX domain socket support --- doc/nghttpx.h2r | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/nghttpx.h2r b/doc/nghttpx.h2r index 9caeacad..c0a05d7b 100644 --- a/doc/nghttpx.h2r +++ b/doc/nghttpx.h2r @@ -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 --------