Re: inlining

2014-02-14 Thread Pankaj Mehta
These should be covered during the link time optimisations. Look here for gcc: http://gcc.gnu.org/wiki/LinkTimeOptimization And here for Visual Studio : http://msdn.microsoft.com/en-us/library/xbf3tbeh.aspx Cheers Pankaj On 14 February 2014 23:24, atarob wrote: > > On Friday, February 14, 20

Re: SSL behaviour with multiple server blocks for same port

2014-01-24 Thread Pankaj Mehta
Thanks Maxim, very helpful. Pankaj On 23 January 2014 11:49, Maxim Dounin wrote: > Hello! > > On Thu, Jan 23, 2014 at 11:17:42AM +0000, Pankaj Mehta wrote: > > > Hi, > > > > I am struggling to get any documented reference for my problem in nginx > > docs.

SSL behaviour with multiple server blocks for same port

2014-01-23 Thread Pankaj Mehta
Hi, I am struggling to get any documented reference for my problem in nginx docs. Hope someone can help before I delve into nginx code: I want to have multiple server blocks for the https port 443, they will serve different hostnames. Each block will have it's own ssl configuration. For example: