更改端口8042

This commit is contained in:
hgc 2024-12-20 14:19:21 +08:00
parent 94c6ac12ee
commit d618461014

View File

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