flv streaming and proxy_pass

Karolis karolis at pg.lt
Fri Feb 20 01:12:22 MSK 2009



Todd Fisher wrote:
> Just a thought, but have you tried:
>
>   location ~ ^/cache/ {
>       if (!-f $request_filename) {
>           proxy_pass  http://127.0.0.1:8080;
>       break;
>       }
>       flv;
>   }
That's not really correct configuration, as I want only FLV files in 
/cache/ location to be treated as flv, not all of them.
I have tried nesting another location inside the /cache/ location, but 
that didn't work any better.

Karolis





More information about the nginx mailing list