chown Posted November 9, 2023 Share Posted November 9, 2023 (edited) Does anyone use Varnish with KVS that can share their vcl/configuration? Edited November 9, 2023 by chown Quote Link to comment Share on other sites More sharing options...
Tech Support Posted November 9, 2023 Share Posted November 9, 2023 Why do you need this? Typically any external caching system will bring a lot of issues with KVS functionality, so not recommended. 1 Quote Link to comment Share on other sites More sharing options...
chown Posted November 15, 2023 Author Share Posted November 15, 2023 I got it working by having Varnish exclude my KVS domain in the cache. I needed it because I also have around 10 WordPress sites that I wanted to cache that are hosted on the same server. # dont cache mykvsdomain - optional www if (req.http.host ~ "(www)?(mykvsdomain|myotherkvsdomain).(tube|org|xxx)") { return(pass); } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.