国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

開發(fā)模式下無法自動reload

dsx5ds

問題描述

Ubuntu系統(tǒng) 已su- 登錄root ,目錄文件權(quán)限都為755 root

啟動:root@ubuntu01:/www/wwwroot/webman# sudo php start.php start
Workerman[start.php] start in DEBUG mode

修改預(yù)設(shè)的控制器,正常reload
/www/wwwroot/webman/app/controller/IndexController.php updated and reload

修改自定義中間件或者config都無法reload
/www/wwwroot/webman/app/middleware/SafeMiddleware.php updated but cannot be reloaded because only auto-loaded files support reload.
/www/wwwroot/webman/config/route.php updated but cannot be reloaded because only auto-loaded files support reload.
process配置正常

'monitorDir' => array_merge([
                app_path(),
                config_path(),
                base_path() . '/process',
                base_path() . '/support',
                base_path() . '/resource',
                base_path() . '/.env',
            ], glob(base_path() . '/plugin/*/app'), glob(base_path() . '/plugin/*/config'), glob(base_path() . '/plugin/*/api')),
            // Files with these suffixes will be monitored

報錯信息

/www/wwwroot/webman/app/controller/IndexController.php updated and reload
Workerman[start.php] reloading

/www/wwwroot/webman/app/middleware/SafeMiddleware.php updated but cannot be reloaded because only auto-loaded files support reload
/www/wwwroot/webman/config/route.php updated but cannot be reloaded because only auto-loaded files support reload
656 1 0
1個回答

walkor 打賞
  • 暫無評論
??