runtime/workerman-' . date('m') . '.log';
$worker = new Worker('http://0.0.0.0:8053');
// 启动 2 个进程对外提供服务return false;
}
// 获取请求的路径
$path = $request->path();
// 如果请求根路径 '/', 则默认返回"不存在\r\n";
return $connection->send(new Response(404, ['Content-Type' => 'text/html'], '<h1>404