From 574070ca5b906bb4a40052a879ff9dc3cf5db8f9 Mon Sep 17 00:00:00 2001 From: admarty <72569123+admarty@users.noreply.github.com> Date: Tue, 9 Jan 2024 00:12:34 +0700 Subject: [PATCH] do not cache wishlist --- wo/cli/templates/map-wp.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/wo/cli/templates/map-wp.mustache b/wo/cli/templates/map-wp.mustache index d6f4229..036e51f 100644 --- a/wo/cli/templates/map-wp.mustache +++ b/wo/cli/templates/map-wp.mustache @@ -33,6 +33,7 @@ map $http_cookie $cookie_no_cache { # do not cache the following uri map $request_uri $uri_no_cache { default 0; + "~*/wishlist/" 1; "~*/wp-admin/" 1; "~*/wp-[a-zA-Z0-9-]+\.php" 1; "~*/feed/" 1;