修改端口号8787为6688

This commit is contained in:
2026-03-03 17:28:49 +08:00
parent 7e3cee4150
commit ce0af98157
3 changed files with 3 additions and 3 deletions

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:6688',
'count' => cpu_count() * 4,
'user' => '',
'group' => '',