CyberNBD
Results
3
comments of
CyberNBD
Seems to work for individual URL purges when updating articles or pages, but when using cache management for full store cache flush it seems there's still no host header sent....
The headers indeed appear in varnishlog, but it still seems to clear everything here on my lab setup.
Indeed a VCL issue, seems i somehow went back to an older VCL which didn't match the req.http.host purge("req.url ~ " req.url " && req.http.host == " req.http.host); works Thanks.