Hi, is there a way to disable proxy_cache on specific get parameters or http headers ? for example, this doesn't work: if ($args ~* nocache=) { proxy_cache off; } Thx ++ jerome