Merge pull request #608 from admarty/patch-1

do not cache wishlist
This commit is contained in:
VirtuBox
2024-01-10 17:16:02 +01:00
committed by GitHub

View File

@@ -33,6 +33,7 @@ map $http_cookie $cookie_no_cache {
# do not cache the following uri # do not cache the following uri
map $request_uri $uri_no_cache { map $request_uri $uri_no_cache {
default 0; default 0;
"~*/wishlist/" 1;
"~*/wp-admin/" 1; "~*/wp-admin/" 1;
"~*/wp-[a-zA-Z0-9-]+\.php" 1; "~*/wp-[a-zA-Z0-9-]+\.php" 1;
"~*/feed/" 1; "~*/feed/" 1;