- [supervisord]
- nodaemon=true
- [program:nginx]
- command=nginx -c /etc/nginx/nginx.conf -g 'daemon off;'
- process_name=%(program_name)s_%(process_num)02d
- numprocs=1
- autostart=true
- autorestart=false
- startsecs=0
- redirect_stderr=true
- stdout_logfile=/dev/stdout
- stdout_logfile_maxbytes=0
|