更改端口8042
This commit is contained in:
parent
94c6ac12ee
commit
d618461014
@ -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' => '',
|
||||
|
Loading…
Reference in New Issue
Block a user