flv streaming and proxy_pass
Todd Fisher
todd.fisher at gmail.com
Fri Feb 20 00:53:48 MSK 2009
Just a thought, but have you tried:
location ~ ^/cache/ {
if (!-f $request_filename) {
proxy_pass http://127.0.0.1:8080;
break;
}
flv;
}
On Thu, Feb 19, 2009 at 4:07 PM, Karolis D <karolis at pg.lt> wrote:
> Anyone?
>
> I kind of expected that this would be a known configuration...
>
> I've read all docs I could find regarding this subject (not that there are
> a lot of flv streaming), and still can't get it to work. Really wouldn't
> like to move back to lighttpd because of such a trivial problem.
>
> Karolis
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090219/374c4e58/attachment.html>
More information about the nginx
mailing list