walkor 11 年之前
父節點
當前提交
09399611b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      workerman/Core/Lib/Config.php

+ 1 - 1
workerman/Core/Lib/Config.php

@@ -74,7 +74,7 @@ class Config
         // 整理Monitor配置
         self::$config['Monitor'] = self::$config['workerman']['Monitor'];
         unset(self::$config['workerman']['Monitor']);
-        self::$config['Monitor']['worker_file']= 'Common/Monitor.php';
+        self::$config['Monitor']['worker_file']= '../Common/Monitor.php';
         self::$config['Monitor']['persistent_connection'] = 1;
         self::$config['Monitor']['start_workers'] = 1;
         self::$config['Monitor']['user'] = 'root';