選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

19 行
403 B

  1. {
  2. "apps": [
  3. {
  4. "name": "ssl",
  5. "script": "www/live.js",
  6. "cwd": "/home/program/front/git/ssl_manage",
  7. "exec_mode": "cluster",
  8. "instances": 1,
  9. "max_memory_restart": "2G",
  10. "autorestart": true,
  11. "node_args": [],
  12. "args": [],
  13. "env": {},
  14. "error_file": "/data/pm2/logs/ssl-err.log",
  15. "out_file": "/data/pm2/logs/ssl-out.log"
  16. }
  17. ]
  18. }