Skip to content

Commit 77b2c2d

Browse files
committed
fixes default action
1 parent 28a7c5d commit 77b2c2d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

files/unit/unit-default.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"pass": "routes"
55
}
66
},
7-
87
"routes": [
98
{
109
"match": {
@@ -13,21 +12,19 @@
1312
"*.php/*"
1413
]
1514
},
16-
1715
"action": {
1816
"pass": "applications/phpapp/direct"
1917
}
2018
},
2119
{
2220
"action": {
23-
"share": "/usr/src/app/public",
21+
"share": "/usr/src/app/public$uri",
2422
"fallback": {
2523
"pass": "applications/phpapp/index"
2624
}
2725
}
2826
}
2927
],
30-
3128
"applications": {
3229
"phpapp": {
3330
"type": "php",
@@ -40,7 +37,6 @@
4037
"direct": {
4138
"root": "/usr/src/app/public/"
4239
},
43-
4440
"index": {
4541
"root": "/usr/src/app/public/",
4642
"script": "index.php"

0 commit comments

Comments
 (0)