将端口号8787改为7979

This commit is contained in:
2026-04-16 17:12:28 +08:00
parent 015d1e4d5b
commit 7b39a2a505
10 changed files with 18 additions and 18 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:7979',
'count' => cpu_count() * 4,
'user' => '',
'group' => '',