From baf8e409bacae99139c46f85d2227acb9301e485 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 26 Oct 2009 11:43:32 +0000 Subject: http listen unix domain sockets --- src/os/unix/ngx_process_cycle.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/os/unix/ngx_process_cycle.c') diff --git a/src/os/unix/ngx_process_cycle.c b/src/os/unix/ngx_process_cycle.c index 21521ec26..15a2a8bab 100644 --- a/src/os/unix/ngx_process_cycle.c +++ b/src/os/unix/ngx_process_cycle.c @@ -675,6 +675,8 @@ ngx_master_process_exit(ngx_cycle_t *cycle) } } + ngx_close_listening_sockets(cycle); + /* * Copy ngx_cycle->log related data to the special static exit cycle, * log, and log file structures enough to allow a signal handler to log. -- cgit v1.2.3