Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit cb47b5e

Browse files
authored
Merge pull request #3 from swooletw/develop
set daemonize to false in default
2 parents 747ac63 + 5ba2ebd commit cb47b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/swoole_http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'options' => [
1616
'pid_file' => env('SWOOLE_HTTP_PID_FILE', base_path('storage/logs/swoole_http.pid')),
1717
'log_file' => env('SWOOLE_HTTP_LOG_FILE', base_path('storage/logs/swoole_http.log')),
18-
'daemonize' => env('SWOOLE_HTTP_DAEMONIZE', 1),
18+
'daemonize' => env('SWOOLE_HTTP_DAEMONIZE', 0),
1919
],
2020
],
2121
];

0 commit comments

Comments
 (0)