Browse Source

chore(config): 修改webman监听端口

- 将http监听地址从878端口更改为8789端口
master
zhangf@suq.cn 1 week ago
parent
commit
b97fdf478c
  1. 2
      config/process.php

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

Loading…
Cancel
Save