nginx-0.8.21

Igor Sysoev is at rambler-co.ru
Mon Oct 26 19:47:10 MSK 2009


On Mon, Oct 26, 2009 at 05:41:31PM +0100, Steve wrote:

> 
> -------- Original-Nachricht --------
> > Datum: Mon, 26 Oct 2009 19:02:47 +0300
> > Von: Igor Sysoev <is at rambler-co.ru>
> > An: nginx at sysoev.ru
> > Betreff: Re: nginx-0.8.21
> 
> > On Mon, Oct 26, 2009 at 04:49:30PM +0100, Steve wrote:
> > 
> > > 
> > > -------- Original-Nachricht --------
> > > > Datum: Mon, 26 Oct 2009 17:16:18 +0300
> > > > Von: Igor Sysoev <is at rambler-co.ru>
> > > > An: nginx at sysoev.ru
> > > > Betreff: nginx-0.8.21
> > > 
> > > > Changes with nginx 0.8.21                                        26
> > Oct
> > > > 2009
> > > > 
> > > >     *) Feature: now the "-V" switch shows TLS SNI support.
> > > > 
> > > >     *) Feature: the "listen" directive of the HTTP module supports
> > unix 
> > > >        domain sockets.
> > > >        Thanks to Hongli Lai.
> > > > 
> > > >     *) Feature: the "default_server" parameter of the "listen"
> > directive.
> > > > 
> > > How is that supposed to work? Should something like that here set that
> > server to be the default if no match is found for the host requested?
> > > ----------------
> > > server {
> > >   listen  80 default_server;
> > > }
> > > ------------
> > 
> > Yes, this parameter sets default server for given listen pair, "*:80" in
> > this case. Actullay, "default_server" is just alias to a "default". I've
> > introduced this name, because people treats the "default" parameter in
> > 
> > listen 80 default backlog=1000 ...;
> > 
> > as related to backlog, etc., although it means just default server for
> > given listen pair.
> > 
> Does not work over here. I get a error in Firefox telling me something about the page not being correctly redirected.

Could you create debug log ?


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list