Varnish Caching

By Team ProjectHuddle

August 9, 2023

If you are experiencing missing pages when using a Varnish caching server with ProjectHuddle 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); }

Get better feedback today.

Save countless hours and headaches on client feedback.

Learn More
The ProjectHuddle editorial team is a collection of passionate WordPress experts led by Sujay Pawar (co-founder of Brainstorm Force). Our aim is to deliver accurate, actionable content to help you get more out of ProjectHuddle, WordPress and web design in general.