do not cache wishlist

This commit is contained in:
admarty
2024-01-09 00:12:34 +07:00
committed by GitHub
parent e015bec4a3
commit 574070ca5b

View File

@@ -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;