Re: max virtualhosts

2013-03-25 Thread Larry
Many thanks to both of you, you made my day :) Larry Posted at Nginx Forum: http://forum.nginx.org/read.php?2,237702,237743#msg-237743 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: max virtualhosts

2013-03-23 Thread Ruslan Ermilov
On Sat, Mar 23, 2013 at 02:50:08PM +0400, Igor Sysoev wrote: > On Mar 23, 2013, at 14:14 , Larry wrote: > > > I was wondering, for the sake of curiosity, how many server blocks (virtual > > hosts) nginx can afford ? > > > > To the extreme : will 1000 server blocks will decrease nginx performances

Re: max virtualhosts

2013-03-23 Thread Igor Sysoev
On Mar 23, 2013, at 14:14 , Larry wrote: > Hi ! > > I was wondering, for the sake of curiosity, how many server blocks (virtual > hosts) nginx can afford ? > > To the extreme : will 1000 server blocks will decrease nginx performances ? No. Unless server_names are regular expressions. -- Igor

max virtualhosts

2013-03-23 Thread Larry
Hi ! I was wondering, for the sake of curiosity, how many server blocks (virtual hosts) nginx can afford ? To the extreme : will 1000 server blocks will decrease nginx performances ? Cheers, Larry Posted at Nginx Forum: http://forum.nginx.org/read.php?2,237702,237702#msg-237702 _