• Resolved Robert1112

    (@robert1112)


    Hi I used your free version. It is awesome. But it is cached by Varnish, I tried below to uncache it. But it seems not working. What others do you suggest?

    # Woocommerce
    if (req.url ~ “(cart|my-account|checkout|addons)”) {
    return (pass);
    }
    if ( req.url ~ “\?add-to-cart=” ) {
    return (pass);
    }
    # Yith Wishlist
    if (req.url ~ “(my-account/wishlist)”) {
    return (pass);
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Robert1112

    (@robert1112)

    Any support? Thank you.

    Plugin Author YITHEMES

    (@yithemes)

    Hello there,
    hope you are doing well! 🙂

    We are sorry but we don’t know how the Varnish plugin works, so we can’t offer a right solution to solve your problem.

    We suggest you to contact with the Varnish support and they maybe know how to exclude the plugin for being cached.

    Let us know any news.

    Have a nice day!

    Plugin Author YITHEMES

    (@yithemes)

    Hello,
    hope you are doing well! 🙂

    Seem that this thread doesn’t have any activity, so we think that the problem is solved and we will proceed to close it.

    Anyway, if you have any issue don’t hesitate to contact us.

    Have a good day!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to let Varnish uncache?’ is closed to new replies.