We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a7c5d commit 77b2c2dCopy full SHA for 77b2c2d
files/unit/unit-default.json
@@ -4,7 +4,6 @@
4
"pass": "routes"
5
}
6
},
7
-
8
"routes": [
9
{
10
"match": {
@@ -13,21 +12,19 @@
13
12
"*.php/*"
14
]
15
16
17
"action": {
18
"pass": "applications/phpapp/direct"
19
20
21
22
23
- "share": "/usr/src/app/public",
+ "share": "/usr/src/app/public$uri",
24
"fallback": {
25
"pass": "applications/phpapp/index"
26
27
28
29
],
30
31
"applications": {
32
"phpapp": {
33
"type": "php",
@@ -40,7 +37,6 @@
40
37
"direct": {
41
38
"root": "/usr/src/app/public/"
42
39
43
44
"index": {
45
"root": "/usr/src/app/public/",
46
"script": "index.php"
0 commit comments