atom feed12 messages in ru.sysoev.nginxRe: Allow listening on Unix domain so...
FromSent OnAttachments
Hongli LaiOct 23, 2009 6:12 am 
Cliff WellsOct 23, 2009 1:15 pm 
Nick PearsonOct 23, 2009 1:34 pm 
Hongli LaiOct 23, 2009 1:49 pm 
Leo P.Oct 23, 2009 1:50 pm 
Igor SysoevOct 23, 2009 2:20 pm.txt
Maxim DouninOct 23, 2009 3:35 pm 
Hongli LaiOct 23, 2009 4:57 pm 
Igor SysoevOct 25, 2009 3:27 am.txt
Hongli LaiNov 17, 2009 2:52 am 
Hongli LaiNov 17, 2009 2:56 am 
Igor SysoevNov 17, 2009 6:13 am 
Subject:Re: Allow listening on Unix domain sockets
From:Hongli Lai (lis@ruby-forum.com)
Date:Oct 23, 2009 4:57:49 pm
List:ru.sysoev.nginx

Igor Sysoev wrote:

Thank you for the patch. The attached version is more correct, in particular, it allows several listen sockets:

server { listen unix:/tmp/nginx1.sock; server_name foobar1.com; }

server { listen unix:/tmp/nginx2.sock; server_name foobar2.com; }

I confirm that the patch works. Thanks Igor!