diff --git a/config/process.php b/config/process.php index 23f6396..7a5bd60 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:8788', + 'listen' => 'http://0.0.0.0:8789', 'count' => cpu_count() * 4, 'user' => '', 'group' => '',