فهرست منبع

BusinessWorker not set listen option

walkor 11 سال پیش
والد
کامیت
df0066cbe6
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      workerman/conf/conf.d/BusinessWorker.conf

+ 2 - 2
workerman/conf/conf.d/BusinessWorker.conf

@@ -1,7 +1,7 @@
 ;业务进程入口文件
 worker_file = ../applications/Demo/Bootstrap/BusinessWorker.php
-;传输层协议 ip 及端口
-listen = tcp://0.0.0.0:8483
+;BusinessWorker此项不用设置
+;listen = tcp://0.0.0.0:8483
 ;启动多少服务进程
 start_workers = 5
 ;以哪个用户运行该进程,为了安全请使用权限较低的用户,例如www-data nobody