if ($request_uri ~* "/wp-admin/|/xmlrpc.php|wp-.*.php|^/feed/*|/tag/.*/feed/*|index.php|/.*sitemap.*\.(xml|xsl)") { - add in /wp-json
GWG
at
2024-08-24 08:15
the only thin i remember adjusting in the php.ini was post_max_body_size
ben
at
2024-08-24 08:15
I'd add wp-json to the skip_cache config so it won't cache the REST API endpoint
GWG
at
2024-08-24 08:14