Skip to content

Commit 35e828a

Browse files
authored
Vangie/fix laravel env (#901)
fix env STORAGE_PATH invalid.
1 parent 37d3c55 commit 35e828a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/lib/frameworks/common

src/lib/frameworks/common/php.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ pm = dynamic
5858
pm.max_children = 5
5959
pm.start_servers = 2
6060
pm.min_spare_servers = 1
61-
pm.max_spare_servers = 3
61+
pm.max_spare_servers = 3
62+
env["STORAGE_PATH"] = $STORAGE_PATH
6263
`
6364
};
6465

0 commit comments

Comments
 (0)