flv streaming and proxy_pass

Cliff Wells cliff at develix.com
Tue Feb 24 01:22:58 MSK 2009


On Mon, 2009-02-23 at 21:39 +0200, Karolis wrote:
> > location /cache {
> >     location ~ \.flv$ { flv; }
> >     error_page 404 = @apache;
> > }
> >
> > location @apache {
> >     proxy_pass http://127.0.0.1:8080;
> > }
> >
> >   
> This one seems to have worked like charm!
> does the "@" have any special meaning in the config?

It's an "internal" location, that is, one that is not directly available
via URL.   I'm not sure if it's handled more efficiently than a normal
location, Igor would have to answer that.

> thanks!!!

Glad to help.  Can't have you going back to Lighty ;-)

Regards,
Cliff






More information about the nginx mailing list