On Apr 18, 2013, at 13:40 , crazynuxer wrote: > Dear All, > > I have some vhost with nginx , when I set backlog at some vhost, I get error > > nginx: [emerg] duplicate listen options for 0.0.0.0:80 in > > my question is. When we configure 1 vhost with backlog option , it will be > applied to all vhost or not?
Yes, it is applied to all vhost listening on the same port. This is property of a port. -- Igor Sysoev http://nginx.com/services.html
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
