diff --git a/global/server/fastcgi-cache.conf b/global/server/fastcgi-cache.conf index 6ca822f..e4fa711 100644 --- a/global/server/fastcgi-cache.conf +++ b/global/server/fastcgi-cache.conf @@ -24,7 +24,7 @@ if ($query_string != "") { } # Don't cache uris containing the following segments -if ($request_uri ~* "/wp-admin/|/xmlrpc.php|wp-.*.php|/feed/|index.php|sitemap(_index)?.xml") { +if ($request_uri ~* "/wp-admin/|/wp-json/|/xmlrpc.php|wp-.*.php|/feed/|index.php|sitemap(_index)?.xml") { set $skip_cache 1; }