Allow listening on Unix domain sockets
Hongli Lai
lists at ruby-forum.com
Sat Oct 24 03:58:12 MSD 2009
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!
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list