restore test

This commit is contained in:
Kévin Dunglas 2024-11-19 00:13:25 +01:00
parent 82249e2073
commit 151db6e83f
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -24,6 +24,35 @@ php_fastcgi localhost:9000 {
":8884"
],
"routes": [
{
"match": [
{
"file": {
"try_files": [
"{http.request.uri.path}/index.php"
]
},
"not": [
{
"path": [
"*/"
]
}
]
}
],
"handle": [
{
"handler": "static_response",
"headers": {
"Location": [
"{http.request.orig_uri.path}/"
]
},
"status_code": 308
}
]
},
{
"match": [
{