[supervisord] nodaemon=true logfile=/var/log/supervisord.log logfile_maxbytes=50MB logfile_backups=10 loglevel=info pidfile=/var/run/supervisord.pid [program:php-fpm] command=php -S 0.0.0.0:9000 autostart=true autorestart=true startretries=3 startsecs=1 stopasgroup=true killasgroup=true stdout_logfile=/var/log/supervisor/php-fpm.log stdout_logfile_maxbytes=10MB stdout_logfile_backups=10 stderr_logfile=/var/log/supervisor/php-fpm-error.log stderr_logfile_maxbytes=10MB stderr_logfile_backups=10