Need Varnish configuration advice
- by Patrick
Hello fellows, I need some advice here for default.vcl. Here's the rules:
Only cache pages with urls that contains '/c/', the rest will pass
Set the cache expiry to 3 hours
Only cache and serve from cache if cookie 'abc' and cookie 'xyz' is empty
Thank you!