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';