From ca9469f38bee19d039d0a8d01852ea64fcb89693 Mon Sep 17 00:00:00 2001 From: Benjamin Schirmer Date: Tue, 13 Jan 2026 20:18:15 +0100 Subject: [PATCH] Update WordPress Set php version to 8.3 as this is also the recommended version from https://wordpress.org/about/requirements/ --- 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 9f39b58..292f053 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":["^\/my-account\/","\/cart\/","\/checkout\/","wp-login.php"],"excludedParams":["__SID","noCache"]}} +#{"rootDirectory":"","phpVersion":"8.3","varnishCacheSettings":{"cacheLifetime":"604800","controller":"wordpress","excludes":["^\/my-account\/","\/cart\/","\/checkout\/","wp-login.php"],"excludedParams":["__SID","noCache"]}} server { listen 80; listen [::]:80;