2016-02-24 18:08:50 +08:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
2019-01-26 20:54:53 +08:00
|
|
|
logfile=/dev/null
|
|
|
|
logfile_maxbytes=0
|
|
|
|
pidfile=/run/supervisord.pid
|
2016-02-24 18:08:50 +08:00
|
|
|
|
|
|
|
[program:php-fpm]
|
2016-03-16 20:34:24 +08:00
|
|
|
command=php-fpm7 -F
|
2016-02-24 18:08:50 +08:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
stderr_logfile_maxbytes=0
|
2017-03-28 19:58:02 +08:00
|
|
|
autorestart=false
|
|
|
|
startretries=0
|
2016-02-24 18:08:50 +08:00
|
|
|
|
|
|
|
[program:nginx]
|
|
|
|
command=nginx -g 'daemon off;'
|
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
stderr_logfile_maxbytes=0
|
2017-03-28 19:58:02 +08:00
|
|
|
autorestart=false
|
|
|
|
startretries=0
|