From b97fdf478cf66db70574429cde4fda2113efefb9 Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Tue, 9 Dec 2025 14:38:24 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E4=BF=AE=E6=94=B9webman?= =?UTF-8?q?=E7=9B=91=E5=90=AC=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将http监听地址从878端口更改为8789端口 --- config/process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => '',