From d618461014f8107e58d347fb845e8931b4e8e17a Mon Sep 17 00:00:00 2001 From: hgc Date: Fri, 20 Dec 2024 14:19:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=AB=AF=E5=8F=A38042?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => '',