Keep fastcgi split as is

This commit is contained in:
Alexander Graf
2025-08-17 19:45:19 +02:00
committed by GitHub
parent 84f00a759c
commit e7a9b1b16f

View File

@@ -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;
}