Re: Conditional based cache control

2017-09-09 Thread Ish Sookun
Hi Zhang, Thank you for the suggestion. I will look into ngx_http_lua_module. Regards, Ish Sookun On 09/09/2017 06:30 PM, Zhang Chao wrote: > Hi! > > I think you can consider the ngx_lua, you can achieve your purpose easily > by this. :) > > > On 9 September 2017 at 21:36:06, Ish Sookun (ish

Re: Conditional based cache control

2017-09-09 Thread Zhang Chao
Hi! I think you can consider the ngx_lua, you can achieve your purpose easily by this. :) On 9 September 2017 at 21:36:06, Ish Sookun (ish@lsl.digital) wrote: Hello, I need to write a config that will set the "Cache-Control" value of a resource based on the age of the latter returned by the or

Conditional based cache control

2017-09-09 Thread Ish Sookun
Hello, I need to write a config that will set the "Cache-Control" value of a resource based on the age of the latter returned by the origin server. E.g if a resource is older than X hours then the Cache-Control should have a specific value. Anybody ever done that? I am hoping to be able to find