22 messages in ru.sysoev.nginxRe: Re: nginx + caching of static files
FromSent OnAttachments
Payam ChychiApr 6, 2009 10:14 pm 
Igor SysoevApr 6, 2009 10:27 pm 
Payam ChychiApr 6, 2009 10:46 pm 
Igor SysoevApr 6, 2009 10:53 pm 
Payam ChychiApr 6, 2009 11:03 pm 
Payam ChychiApr 7, 2009 12:55 am 
Igor SysoevApr 7, 2009 1:00 am 
Payam ChychiApr 7, 2009 2:02 am 
pf shineyearApr 7, 2009 2:30 am 
伍鹏Apr 7, 2009 7:51 pm 
Igor SysoevApr 8, 2009 4:03 am 
Glen LumanauApr 8, 2009 4:16 am 
Igor SysoevApr 8, 2009 4:17 am 
Tomasz PajorApr 8, 2009 4:49 am 
Maxim DouninApr 8, 2009 6:37 am 
ResicowApr 9, 2009 12:26 pm 
Igor SysoevApr 9, 2009 11:40 pm 
yangguangliApr 10, 2009 1:48 am 
Igor SysoevApr 10, 2009 3:46 am 
Kirill A. KorinskiyApr 10, 2009 3:59 am 
Resi CowApr 10, 2009 8:14 am 
xs23933May 26, 2009 1:21 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Re: nginx + caching of static filesActions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Apr 8, 2009 4:17:55 am
List:ru.sysoev.nginx

On Wed, Apr 08, 2009 at 11:16:30AM +0000, Glen Lumanau wrote:

How about jpg, css, js or any other files?

No problems with these files. Actually, there are no problems with flv itself. The issue is when you want to get /some.flv?start=5000. However, it seems flv handler can be converted easy enough to filter.

------Original Message------ From: Igor Sysoev Sender: owne@sysoev.ru To: ngi@sysoev.ru ReplyTo: ngi@sysoev.ru Subject: Re: Re: nginx + caching of static files Sent: Apr 8, 2009 6:04 PM

On Wed, Apr 08, 2009 at 10:51:59AM +0800, ???? wrote:

Dear Igor,

Then, how to use proxy_cache WITH flv streaming? I tried proxy_cache feature, but it seems that the flv streaming function does
not work with proxy_cache.

No, flv is not filter, but handler, thefore it's not possible.