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