From e7a9b1b16fbc8c2cd5f8dc648fbc001b160d1cb8 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Sun, 17 Aug 2025 19:45:19 +0200 Subject: [PATCH] Keep fastcgi split as is --- webmails/nginx-webmail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmails/nginx-webmail.conf b/webmails/nginx-webmail.conf index bddcff2b..067ee718 100644 --- a/webmails/nginx-webmail.conf +++ b/webmails/nginx-webmail.conf @@ -37,7 +37,7 @@ server { } location ~ [^/]\.php(/|$) { - fastcgi_split_path_info ^(.+\.php)(/.*)$; + fastcgi_split_path_info ^(.+?\.php)(/.*)$; if (!-f $document_root$fastcgi_script_name) { return 404; }