With this path and [1] i get a working nginx tested with curl localhost

1) This nginx config

events {
        worker_connections 128;
        # multi_accept on;
        use select;
        multi_accept off;
}

http {

        ##
        # Basic Settings
        ##

        sendfile off;
...

gfleury (1):
  pflocal: support setting pid ownership of socket.

 pflocal/io.c   | 24 ++++++++++++++++++++++++
 pflocal/sock.c |  3 ++-
 pflocal/sock.h |  3 +++
 3 files changed, 29 insertions(+), 1 deletion(-)

-- 
2.47.3

 

Reply via email to