修改端口号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

@@ -22,7 +22,7 @@ return [
'dirname' => function () {
return date('Ymd');
},
'domain' => 'http://127.0.0.1:8787',
'domain' => 'http://127.0.0.1:6688',
'uri' => '/runtime', // 如果 domain + uri 不在 public 目录下请做好软链接否则生成的url无法访问
'algo' => 'sha1',
],

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