From 0818d263a919ea3b95ad86455d82e4826713254c Mon Sep 17 00:00:00 2001 From: hgc Date: Thu, 12 Dec 2024 10:11:44 +0800 Subject: [PATCH] =?UTF-8?q?7070=E7=AB=AF=E5=8F=A3?= 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 892dc82..b906b77 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:8787', + 'listen' => 'http://0.0.0.0:7070', 'count' => cpu_count() * 4, 'user' => '', 'group' => '',