diff --git a/config/process.php b/config/process.php index 69bc6a6..8b29ff2 100644 --- a/config/process.php +++ b/config/process.php @@ -21,7 +21,7 @@ global $argv; return [ 'webman' => [ 'handler' => Http::class, - 'listen' => 'http://0.0.0.0:7070', + 'listen' => 'http://0.0.0.0:8042', 'count' => cpu_count() * 4, 'user' => '', 'group' => '',