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
## woocommerce ajax should always skip cache (just being more explicit for future proof)
365
+
if ($query_string ~* "wc-ajax") {
366
+
set $skip_cache 1;
367
+
}
363
368
364
369
## ENGLISH - sensitive wordpress urls should always skip the cache
365
370
if ($request_uri ~* "index.php|/account.*|/cart.*|/checkout.*|/contact.*|/dashboard.*|/login.*|/my-.*|/order.*|/profile.*|/register.*|/settings.*|/view.*|/wc-api.*|/wp-admin.*|wp-.*.php") {
0 commit comments