How do I configure Varnish so that all responses to requests matching say "*.css" gets cached in the client's browser for 30 days?
What I'm trying to achieve is making Varnish set the correct "Expires:" and/or "Cache-Control" settings so that all CSS:s are cached for 30 days regardless of what the backend says about the client-side cacheability of these objects.