|

Varnish Caching

If you are experiencing missing pages when using a Varnish caching server with SureFeedback you might try and use the following rules to help prevent this:

In your Varnish Configuration:

// Tells Varnish to pass through on the website script loader 
if (req.url ~ "ph_apikey") { return (pass); }  

// Tells Varnish to pass through on the access token urls 
if (req.url ~ "access_token") { return (pass); }
Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

Need help? Contact Support
On this page
Scroll to Top