Is it possible to have a conditional reverse proxy and cache using nginx?
I basically want to conditionally use nginx's cache if a user doesn't have a login cookie set but always serve static files like images and css files from nginx's cache no matter whether they're logged in or not...
I've managed to get reverse proxy and caching working without a problem, but it's the conditional stuff I'm not so sure of.