From ee34f335ed8f8ad2725ab295334531d873fcc7ce Mon Sep 17 00:00:00 2001 From: Benjamin Schirmer Date: Tue, 13 Jan 2026 20:17:32 +0100 Subject: [PATCH] Update WordPress Sert php version to 8.3 as this is also the recommended version from https://wordpress.org/about/requirements/ --- v2-http3/WordPress/WordPress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2-http3/WordPress/WordPress b/v2-http3/WordPress/WordPress index 2f87385..5c0befc 100644 --- a/v2-http3/WordPress/WordPress +++ b/v2-http3/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;