supervisor_gunicorn.conf.bak 849 B

1234567891011
  1. [program:gunicorn]
  2. command=gunicorn -w1 -b0.0.0.0:21332 --error-logfile /opt/webhooks/log/error.log --access-logfile /opt/webhooks/log/access.log webhooks:app ;应用入口
  3. user=webhooks
  4. directory=/opt/webhooks/ ;web目录
  5. startsecs=0 ;启动时间
  6. stopwaitsecs=0 ;终止等待时间
  7. autostart=true ;是否自动启动
  8. autorestart=true ;是否自动重启
  9. redirect_stderr=true ;错误日志输出到标准日志
  10. stdout_logfile=/dev/null ;标准日志不输出
  11. stdout_logfile_maxbytes=0 ;标准日志大小