You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you give me more information ?
Preview page was generated by a plugin ?
Can you give me the preview page's url ?
Anyway oyu juste have to add domething like that:
if (req.url ~ "/(cart|my-account|checkout|addons|/?add-to-cart=)") {
return (pass);
}
or that:
# Did not cache the admin and login pages
if (req.url ~ "/wp-(login|admin)") {
return (pass);
}
How to avoid caching preview pages?
The text was updated successfully, but these errors were encountered: