Can we add these below as default exclusions for Nginx cache bypass. these are the most common and should not be cached.
/wp-admin/
/wp-json/
/cart/
/checkout/
/my-account/
wp-.*.php
/feed/
/xmlrpc.php
sitemap(_index)?.xml
can we also have a field area instead of the current implementation which forces us to add them one by one.
o--------------------------------------------o
i /wp-admin/ i
i /wp-json/ i
i /cart/ i
i i
i i
i i
o--------------------------------------------o
🤓