mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-26 02:09:47 +08:00
fix tests
This commit is contained in:
parent
376b955f5d
commit
f3444af929
|
@ -58,6 +58,7 @@
|
|||
"{http.request.uri.path}/index.php",
|
||||
"index.php"
|
||||
],
|
||||
"try_policy": "first_exist_fallback",
|
||||
"split_path": [
|
||||
".php"
|
||||
]
|
||||
|
|
|
@ -73,7 +73,8 @@ php_fastcgi @test localhost:9000
|
|||
"{http.request.uri.path}",
|
||||
"{http.request.uri.path}/index.php",
|
||||
"index.php"
|
||||
]
|
||||
],
|
||||
"try_policy": "first_exist_fallback"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -59,6 +59,7 @@ php_fastcgi localhost:9000 {
|
|||
"{http.request.uri.path}/index.php5",
|
||||
"index.php5"
|
||||
],
|
||||
"try_policy": "first_exist_fallback",
|
||||
"split_path": [
|
||||
".php",
|
||||
".php5"
|
||||
|
|
|
@ -32,6 +32,7 @@ php_fastcgi localhost:9000 {
|
|||
"{http.request.uri.path}",
|
||||
"index.php"
|
||||
],
|
||||
"try_policy": "first_exist_fallback",
|
||||
"split_path": [
|
||||
".php",
|
||||
".php5"
|
||||
|
|
Loading…
Reference in New Issue
Block a user