We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d3c55 commit 35e828aCopy full SHA for 35e828a
1 file changed
src/lib/frameworks/common/php.js
@@ -58,7 +58,8 @@ pm = dynamic
58
pm.max_children = 5
59
pm.start_servers = 2
60
pm.min_spare_servers = 1
61
-pm.max_spare_servers = 3
+pm.max_spare_servers = 3
62
+env["STORAGE_PATH"] = $STORAGE_PATH
63
`
64
};
65
0 commit comments