From c190a115f501b355f14c934c668d17f87b3a502f Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Tue, 27 Sep 2022 10:39:20 +0200 Subject: [PATCH] . --- v2-varnish/WordPress/WordPress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2-varnish/WordPress/WordPress b/v2-varnish/WordPress/WordPress index 1d1bdbd..f530a96 100644 --- a/v2-varnish/WordPress/WordPress +++ b/v2-varnish/WordPress/WordPress @@ -1,4 +1,4 @@ -#{"rootDirectory":"","phpVersion":"8.0","varnishCacheSettings":{"cacheLifetime":"604800","controller":"wordpress","excludes":["wp-login.php","^\/wp-admin\/","t.php"],"excludedParams":["__SID","noCache"]}} +#{"rootDirectory":"","phpVersion":"8.0","varnishCacheSettings":{"cacheLifetime":"604800","controller":"wordpress","excludes":["^\/my-account\/","\/cart\/","\/checkout\/","wp-login.php"],"excludedParams":["__SID","noCache"]}} server { listen 8080; listen [::]:8080;