7070端口

This commit is contained in:
hgc 2024-12-12 10:11:44 +08:00
parent 5127816423
commit 0818d263a9

View File

@ -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' => '',