Skip to content

Commit

Permalink
Merge pull request #3 from swooletw/develop
Browse files Browse the repository at this point in the history
set daemonize to false in default
  • Loading branch information
albertcht committed Nov 11, 2017
2 parents 747ac63 + 5ba2ebd commit cb47b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/swoole_http.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'options' => [
'pid_file' => env('SWOOLE_HTTP_PID_FILE', base_path('storage/logs/swoole_http.pid')),
'log_file' => env('SWOOLE_HTTP_LOG_FILE', base_path('storage/logs/swoole_http.log')),
'daemonize' => env('SWOOLE_HTTP_DAEMONIZE', 1),
'daemonize' => env('SWOOLE_HTTP_DAEMONIZE', 0),
],
],
];

0 comments on commit cb47b5e

Please sign in to comment.