fix tests

This commit is contained in:
Kévin Dunglas 2024-11-21 23:08:08 +01:00
parent 376b955f5d
commit f3444af929
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6
4 changed files with 5 additions and 1 deletions

View File

@ -58,6 +58,7 @@
"{http.request.uri.path}/index.php", "{http.request.uri.path}/index.php",
"index.php" "index.php"
], ],
"try_policy": "first_exist_fallback",
"split_path": [ "split_path": [
".php" ".php"
] ]

View File

@ -73,7 +73,8 @@ php_fastcgi @test localhost:9000
"{http.request.uri.path}", "{http.request.uri.path}",
"{http.request.uri.path}/index.php", "{http.request.uri.path}/index.php",
"index.php" "index.php"
] ],
"try_policy": "first_exist_fallback"
} }
} }
] ]

View File

@ -59,6 +59,7 @@ php_fastcgi localhost:9000 {
"{http.request.uri.path}/index.php5", "{http.request.uri.path}/index.php5",
"index.php5" "index.php5"
], ],
"try_policy": "first_exist_fallback",
"split_path": [ "split_path": [
".php", ".php",
".php5" ".php5"

View File

@ -32,6 +32,7 @@ php_fastcgi localhost:9000 {
"{http.request.uri.path}", "{http.request.uri.path}",
"index.php" "index.php"
], ],
"try_policy": "first_exist_fallback",
"split_path": [ "split_path": [
".php", ".php",
".php5" ".php5"