Skip to content

Commit d262eda

Browse files
committed
Use php.ini specified in /var/task (the default location)
1 parent 3928502 commit d262eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function start_webserver() {
1414
case 0:
1515
// exec the command
1616
chdir('/var/task');
17-
exec('php -S localhost:8000 -c /opt/php.ini');
17+
exec('php -S localhost:8000');
1818
exit;
1919

2020
// return the child pid to parent

0 commit comments

Comments
 (0)