我试图使用Supervisord保持我的node.js Web应用程序活着。
但是,当我运行supervisorctl关机时,它不会closuresnode.js使用的http端口。
有没有办法configurationSupervisordclosures进程,并closures端口,所以我可以成功地重新启动Web服务器?
[program:stream3] command=<mycommand> autostart=true port=127.0.0.1:<myport> autorestart=true startretries=3